Change to use other pc's ip

This commit is contained in:
Isaac Shoebottom 2024-10-04 02:34:46 -03:00
parent c7c536510f
commit 73632672e5

View File

@ -8,7 +8,7 @@ services:
ports: ports:
- 9009:8080 - 9009:8080
environment: environment:
- 'OLLAMA_BASE_URL=http://localhost:11434' - 'OLLAMA_BASE_URL=http://192.168.2.128:11434'
# - 'WEBUI_SECRET_KEY=' Set this for jwt secret key. Should be rendomly generated at start # - 'WEBUI_SECRET_KEY=' Set this for jwt secret key. Should be rendomly generated at start
extra_hosts: extra_hosts:
- host.docker.internal:host-gateway - host.docker.internal:host-gateway