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:
- '8083:8083'
environment:
- MCPO_MANAGER_PORT=8083
- MCPO_MANAGER_HOST=127.0.0.1
- MCPO_MANAGER_DATA_DIR=/app
- TZ=Europe/Paris
MCPO_MANAGER_PORT: '8083'
MCPO_MANAGER_HOST: '127.0.0.1'
MCPO_MANAGER_DATA_DIR: /app
TZ: Europe/Paris
volumes:
- /var/lib/docker/volumes/mcpo/config:/app
networks: