From 0862ba0fafd410eef7e8084b6ca98dbfc8b1a163 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 24 Mar 2025 08:29:07 +0100 Subject: [PATCH] Correct label for watchtower in semaphore compose. --- automation/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/docker-compose.yaml b/automation/docker-compose.yaml index 7622965..982ef0c 100644 --- a/automation/docker-compose.yaml +++ b/automation/docker-compose.yaml @@ -41,7 +41,7 @@ services: - "traefik.http.routers.semaphore.rule=Host(`semaphore.lan`)" - "traefik.http.routers.semaphore.service=semaphore" - "traefik.http.services.semaphore.loadbalancer.server.port=3000" - - "com.centurylinklabs.watchtower.monitor-only='true'" + - "com.centurylinklabs.watchtower.monitor-only=true" semaphore-db: image: mysql:8