2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 20:14:56 +01:00
This commit is contained in:
kev
2025-05-07 17:49:48 +08:00
parent 51353b52db
commit 3b080ab4f4
4 changed files with 30 additions and 0 deletions

9
mcpo/docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
mcpo:
image: ghcr.io/open-webui/mcpo:main
command: ["--config", "/app/etc/config.json", "--api-key", "top-secret"]
ports:
- "8000:8000"
volumes:
- ./data:/app/etc
restart: unless-stopped