Correct command line

This commit is contained in:
2026-09-05 18:16:42 +02:00
parent 2ea4e879c4
commit 63fd6a36b1
+1 -1
View File
@@ -2,7 +2,7 @@ services:
mcpo-control-panel:
image: daswer123/mcpo-control-panel:latest
container_name: mcpo-control
command: ["python3", "-m", "mcpo_control_panel", "--host", "0.0.0.0", "--port", "8083"]
command: ["uv", "run", "python", "-m", "mcpo_control_panel", "--host", "0.0.0.0", "--port", "8083", "--config-dir", "/data"]
restart: always
environment:
MCPO_MANAGER_HOST: "0.0.0.0"