From afbf1c882a4fcd3f665a9aada9cb897919e9f48c Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 20 Dec 2021 08:49:37 +0100 Subject: [PATCH] Disable image check for apc ups container. --- monitoring/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/monitoring/docker-compose.yaml b/monitoring/docker-compose.yaml index 2d1e86a..02f441e 100644 --- a/monitoring/docker-compose.yaml +++ b/monitoring/docker-compose.yaml @@ -67,5 +67,6 @@ services: - "traefik.http.routers.apc.entrypoints=web" - "traefik.http.routers.apc.service=apc" - "traefik.http.services.apc.loadbalancer.server.port=80" + - "com.centurylinklabs.watchtower.enable=false"