10 lines
226 B
YAML
10 lines
226 B
YAML
# Open WebUI
|
|
# https://docs.openwebui.com/getting-started/quick-start/
|
|
services:
|
|
openwebui:
|
|
image: ghcr.io/open-webui/open-webui:main
|
|
ports:
|
|
- "3000:8080"
|
|
volumes:
|
|
- /srv/open-webui:/app/backend/data
|