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: