Remove command line and add variable
This commit is contained in:
+3
-1
@@ -2,9 +2,11 @@ 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: --host 127.0.0.1 --port 8083
|
# command: --host 127.0.0.1 --port 8083
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
MCPO_MANAGER_HOST: "0.0.0.0"
|
||||||
|
MCPO_MANAGER_PORT: "8083"
|
||||||
MCPO_MANAGER_DATA_DIR: "/data"
|
MCPO_MANAGER_DATA_DIR: "/data"
|
||||||
TZ: Europe/Paris
|
TZ: Europe/Paris
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user