Remove mcpo control panel

This commit is contained in:
2026-09-05 17:33:44 +02:00
parent 66ceb92219
commit 4188899616
-16
View File
@@ -31,22 +31,6 @@ services:
networks:
- mcponet
mcpo-control-panel:
image: daswer123/mcpo-control-panel:latest
container_name: mcpo-control
restart: always
ports:
- '8083:8083'
environment:
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:
- mcponet
networks:
mcponet:
driver: bridge