You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug Setup doc where it suggests using extra_hosts: 'host.docker.internal:host-gateway' is not working for Docker version 27.0.3, build 7d4bcd8. The container fails to connect to ollama running on the host.
How To Reproduce
Following the setup doc with docker version 27.
Expected Behavior
Connection to the ollama service should be seamless.
Proposed Solution
Directly using network_mode: "host" works out of the box just fine.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Setup doc where it suggests using
extra_hosts: 'host.docker.internal:host-gateway'
is not working forDocker version 27.0.3, build 7d4bcd8
. The container fails to connect to ollama running on the host.How To Reproduce
Following the setup doc with docker version 27.
Expected Behavior
Connection to the ollama service should be seamless.
Proposed Solution
Directly using
network_mode: "host"
works out of the box just fine.The text was updated successfully, but these errors were encountered: