Correct command line
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ services:
|
|||||||
mcpo-control-panel:
|
mcpo-control-panel:
|
||||||
image: daswer123/mcpo-control-panel:latest
|
image: daswer123/mcpo-control-panel:latest
|
||||||
container_name: mcpo-control
|
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
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MCPO_MANAGER_HOST: "0.0.0.0"
|
MCPO_MANAGER_HOST: "0.0.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user