wierd proxy workaround
This commit is contained in:
parent
e359def1cc
commit
91d421848d
|
@ -19,8 +19,10 @@ services:
|
|||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
OLLAMA_BASE_URL: http://ollama:11434
|
||||
OLLAMA_BASE_URL: http://host.docker.internal:11434
|
||||
WEBUI_AUTH: "False"
|
||||
no_proxy: localhost,127.0.0.1,docker.internal
|
||||
NO_PROXY: localhost,127.0.0.1,docker.internal
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue