Refactor openwebui.yml to use environment variable for WEBUI_DOCKER_TAG
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ networks:
|
||||
|
||||
services:
|
||||
open-webui:
|
||||
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main}
|
||||
image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG:-main}
|
||||
environment:
|
||||
- DOMAIN=${DOMAIN}
|
||||
- OPEN_WEBUI_PORT=${OPEN_WEBUI_PORT:-8080}
|
||||
|
||||
Reference in New Issue
Block a user