From af644897454ca477f1a508d92f65f9193ec20640 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 24 Jun 2022 11:39:56 +0200 Subject: [PATCH] Add apc container to watchtower monitoring and start automatically. --- 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 4ae2662..fa2f317 100644 --- a/monitoring/docker-compose.yaml +++ b/monitoring/docker-compose.yaml @@ -32,10 +32,10 @@ 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" ports: - "3551:3551/tcp" - "3551:3551/udp" + restart: unless-stopped glances: image: nicolargo/glances:latest-full