Add docker-compose.yml.2

This commit is contained in:
Jay Booker 2025-07-15 08:48:41 +09:00
parent 2c51fe4f01
commit 373fbeebee

9
docker-compose.yml.2 Normal file
View File

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