fix: remove not used extra host
This commit is contained in:
parent
0ca9885ddf
commit
c8aa09359f
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- "OLLAMA_API_BASE_URL=http://127.0.0.1:11434"
|
- "OLLAMA_API_BASE_URL=http://127.0.0.1:11434"
|
||||||
- SERVICE_FQDN_OLLAMA_8080
|
- SERVICE_FQDN_OLLAMA_8080
|
||||||
extra_hosts:
|
|
||||||
- "host.docker.internal:host-gateway"
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue