Refactor openwebui.yml to use consistent naming convention for service and environment variables
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user