diff --git a/swarm/openwebui.yml b/swarm/openwebui.yml index f89fde9..2af3d1a 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} + - OPEN_WEBUI_PORT=${OPEN_WEBUI_PORT:-8080} - ENABLE_OLLAMA_API=${ENABLE_OLLAMA_API-false} volumes: - /var/data/open-webui:/app/backend/data