Files
container/webui/docker-compose.yml

10 lines
310 B
YAML

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
extra_hosts:
- "host.docker.internal:host-gateway"