From df2116eec3669b3af8c913229ca45288f18c49b3 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 12 Jul 2022 05:22:42 +0200 Subject: [PATCH] Change apc port to point to prometheus exporter. --- monitoring/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/docker-compose.yaml b/monitoring/docker-compose.yaml index c93bf41..c29bf00 100644 --- a/monitoring/docker-compose.yaml +++ b/monitoring/docker-compose.yaml @@ -33,7 +33,7 @@ services: - "traefik.http.routers.apc.rule=Host(`apc.lan`)" - "traefik.http.routers.apc.entrypoints=web" - "traefik.http.routers.apc.service=apc" - - "traefik.http.services.apc.loadbalancer.server.port=80" + - "traefik.http.services.apc.loadbalancer.server.port=9162" ports: - "3551:3551/tcp" - "3551:3551/udp"