webui/docker-compose.yml aktualisiert
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
open-webui:
|
open-webui:
|
||||||
image: ${WEBUI_IMAGE:-ghcr.io/open-webui/open-webui:main}
|
image: ${WEBUI_IMAGE:-ghcr.io/open-webui/open-webui:main}
|
||||||
container_name: ${WEBUI_NAME:-open-webui}
|
container_name: ${WEBUI_NAME}
|
||||||
ports:
|
ports:
|
||||||
- "${WEBUI_PORT:-3000}:8080"
|
- "${WEBUI_PORT:-3000}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user