From 4e7e814360cf34750dd31d50c24e98709cc92522 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Fri, 3 Apr 2026 15:00:51 -0700 Subject: [PATCH] Update docker compose --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 67e8dfb..354ca59 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,10 +8,9 @@ services: image: docker.io/ollama/ollama:latest volumes: - ./data/ollama/ollama:/root/.ollama - ports: - - 7869:11434 environment: - OLLAMA_KEEP_ALIVE=24h + - OLLAMA_ORIGINS=* ollama-webui: image: ghcr.io/open-webui/open-webui:main @@ -23,7 +22,7 @@ services: ports: - 8009:8080 environment: # https://docs.openwebui.com/getting-started/env-configuration#default_models - - OLLAMA_BASE_URLS=http://host.docker.internal:7869 + - OLLAMA_BASE_URLS=http://ollama:11434 - ENV=prod - WEBUI_AUTH=True - WEBUI_NAME=Mistox AI