Add gateway to localhost?

This commit is contained in:
Isaac Shoebottom 2024-10-04 02:33:58 -03:00
parent 815ad624cf
commit c7c536510f

View File

@ -10,4 +10,6 @@ services:
environment:
- 'OLLAMA_BASE_URL=http://localhost:11434'
# - 'WEBUI_SECRET_KEY=' Set this for jwt secret key. Should be rendomly generated at start
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped