From cee5c13c9b045bb05e3ba1b7892227904ca14d65 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Thu, 9 Oct 2025 14:43:42 -0400 Subject: [PATCH] mount docker socket to uptime-kuma --- tasks/uptime-kuma.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/uptime-kuma.yml b/tasks/uptime-kuma.yml index c467c24..f98e3a3 100644 --- a/tasks/uptime-kuma.yml +++ b/tasks/uptime-kuma.yml @@ -22,6 +22,7 @@ - name: homelab volumes: - "{{ data_dir }}/uptime-kuma:/app/data" + - "/var/run/docker.sock:/var/run/docker.sock:ro" labels: traefik.enable: "true" traefik.http.routers.status.rule: Host(`status.fntz.net`)