fix missing . in no_proxy
This commit is contained in:
parent
17439b079a
commit
03bf686de9
|
@ -7,8 +7,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
OLLAMA_BASE_URL: http://host.docker.internal:11434
|
OLLAMA_BASE_URL: http://host.docker.internal:11434
|
||||||
WEBUI_AUTH: "False"
|
WEBUI_AUTH: "False"
|
||||||
no_proxy: localhost,127.0.0.1,docker.internal
|
no_proxy: localhost,127.0.0.1,.docker.internal
|
||||||
NO_PROXY: localhost,127.0.0.1,docker.internal
|
NO_PROXY: localhost,127.0.0.1,.docker.internal
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- host.docker.internal:host-gateway
|
- host.docker.internal:host-gateway
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue