Remove unuse folder

This commit is contained in:
Shang Chieh Tseng
2025-04-12 13:45:21 +08:00
parent 040143716e
commit 8790ad0e44

View File

@@ -1,16 +0,0 @@
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui
container_name: open-webui
ports:
- "8080:8080"
volumes:
- open-webui:/app/backend/data
restart: unless-stopped
privileged: true
volumes:
open-webui: