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.