From bbf07c84c586c490b7983b8edf1750b97d6fda22 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 10 Jun 2024 15:28:13 +0800 Subject: [PATCH] Refactor openwebui.yml to use consistent naming convention for service and environment variables --- swarm/openwebui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/openwebui.yml b/swarm/openwebui.yml index 0073f12..5d9d63b 100644 --- a/swarm/openwebui.yml +++ b/swarm/openwebui.yml @@ -7,7 +7,7 @@ services: image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG:-main} environment: - DOMAIN=${DOMAIN} - - OPEN_WEBUI_PORT=${OPEN_WEBUI_PORT:-8080} + - PORT=${OPEN_WEBUI_PORT:-8080} - WEBUI_URL=http://localhost:${OPEN_WEBUI_PORT:-8080} - ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API:-false} volumes: