From b5266d8b4b8732ab2aad10c897742344c92c8da8 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 10 Jun 2024 15:10:10 +0800 Subject: [PATCH] Refactor openwebui.yml to use environment variable for WEBUI_DOCKER_TAG --- swarm/openwebui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/openwebui.yml b/swarm/openwebui.yml index bf28b3b..7412881 100644 --- a/swarm/openwebui.yml +++ b/swarm/openwebui.yml @@ -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}