Refactor openwebui.yml to use consistent naming convention for service and environment variables

This commit is contained in:
2024-06-10 15:28:13 +08:00
parent 0b98735261
commit bbf07c84c5
+1 -1
View File
@@ -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: