diff --git a/open-webui/docker-compose.yml b/open-webui/docker-compose.yml index 64701de..b86c43e 100644 --- a/open-webui/docker-compose.yml +++ b/open-webui/docker-compose.yml @@ -8,7 +8,7 @@ services: ports: - 9009:8080 environment: - - 'OLLAMA_BASE_URL=http://192.168.2.128:11434' + - 'OLLAMA_BASE_URL=http://192.168.2.32:11434' # - 'WEBUI_SECRET_KEY=' Set this for jwt secret key. Should be rendomly generated at start extra_hosts: - host.docker.internal:host-gateway