webui/docker-compose.yml hinzugefügt
This commit is contained in:
11
webui/docker-compose.yml
Normal file
11
webui/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
open-webui:
|
||||
image: ${WEBUI_IMAGE:-ghcr.io/open-webui/open-webui:main}
|
||||
container_name: ${WEBUI_NAME:-open-webui}
|
||||
ports:
|
||||
- "${WEBUI_PORT:-3000}:8080"
|
||||
volumes:
|
||||
- ${WEBUI_VOLUME:-open-webui_data}:/app/backend/data
|
||||
restart: always
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
Reference in New Issue
Block a user