This commit is contained in:
Zengtudor 2025-05-16 12:44:17 +08:00
parent 1b53bda0f2
commit 2ccc9788ad

View File

@ -0,0 +1,9 @@
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
ports:
- "3002:8080"
volumes:
- ./data:/app/backend/data
restart: always