This commit is contained in:
2024-04-01 22:27:56 +02:00
parent af956dd492
commit ff6345d8b9

View File

@@ -49,14 +49,16 @@ services:
environment: environment:
EXPORT_SERVERS: mc EXPORT_SERVERS: mc
DEBUG: "true" DEBUG: "true"
ports:
- "8280:8080"
depends_on: depends_on:
- mc - mc
networks: networks:
- patatanet - patatanet
cadvisor: cadvisor:
image: gcr.io/cadvisor/cadvisor:v0.47.1 image: gcr.io/cadvisor/cadvisor:v0.47.1
# ports: ports:
# - "8180:8080" - "8180:8080"
volumes: volumes:
- /:/rootfs:ro - /:/rootfs:ro
- /var/run:/var/run:rw - /var/run:/var/run:rw