fix: change cadvisor port to 8081 to avoid conflict
Some checks failed
CI / Deploy production (on server) (push) Has been cancelled
CI / Lint, Test & Build (push) Has been cancelled

This commit is contained in:
Antigravity
2026-05-17 16:47:12 +00:00
parent 3dfe61a9fd
commit bf3d09f6a8

View File

@@ -89,7 +89,7 @@ services:
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
ports:
- "8080:8080"
- "8081:8080"
networks:
- memento-monitoring