webui/docker-compose.yml aktualisiert

This commit is contained in:
2025-05-11 20:15:44 +00:00
parent fb24ee2229
commit 181468d2fc

View File

@@ -1,7 +1,7 @@
services:
open-webui:
image: ${WEBUI_IMAGE:-ghcr.io/open-webui/open-webui:main}
container_name: ${WEBUI_NAME:-open-webui}
container_name: ${WEBUI_NAME}
ports:
- "${WEBUI_PORT:-3000}:8080"
volumes: