Skip to content

Commit 3c69873

Browse files
committed
OpenWebUI 도커이미지 버전 고정 : main -> 0.6.22
1 parent 3a51edd commit 3c69873

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
services:
22
open-webui:
33
env_file: .env
4-
image: ghcr.io/open-webui/open-webui:main
4+
# image: ghcr.io/open-webui/open-webui:main
5+
image: ghcr.io/open-webui/open-webui:0.6.22
56
container_name: mcp-openstack-ops-open-webui
67
ports:
78
- "${DOCKER_EXTERNAL_PORT_OPENWEBUI}:8080"

0 commit comments

Comments
 (0)