From 447b88064312cc9a923d402f0c7051225ed37905 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Fri, 4 Oct 2024 02:35:34 -0300 Subject: [PATCH] Amend --- open-webui/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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