mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 17:06:00 +00:00
Refactor openwebui.yml to use environment variable for WEBUI_DOCKER_TAG
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
open-webui:
|
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:
|
environment:
|
||||||
- DOMAIN=${DOMAIN}
|
- DOMAIN=${DOMAIN}
|
||||||
- OPEN_WEBUI_PORT=${OPEN_WEBUI_PORT:-8080}
|
- OPEN_WEBUI_PORT=${OPEN_WEBUI_PORT:-8080}
|
||||||
|
|||||||
Reference in New Issue
Block a user