Corrected json config file

This commit is contained in:
2026-09-05 17:32:04 +02:00
parent a548439b99
commit 66ceb92219
+4 -4
View File
@@ -38,10 +38,10 @@ services:
ports: ports:
- '8083:8083' - '8083:8083'
environment: environment:
- MCPO_MANAGER_PORT=8083 MCPO_MANAGER_PORT: '8083'
- MCPO_MANAGER_HOST=127.0.0.1 MCPO_MANAGER_HOST: '127.0.0.1'
- MCPO_MANAGER_DATA_DIR=/app MCPO_MANAGER_DATA_DIR: /app
- TZ=Europe/Paris TZ: Europe/Paris
volumes: volumes:
- /var/lib/docker/volumes/mcpo/config:/app - /var/lib/docker/volumes/mcpo/config:/app
networks: networks: