From a774faafe27e27246f4b41283cc58a5077874180 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 31 May 2025 17:44:51 +1000 Subject: [PATCH] chore: add DNS to uptime-kuma container --- tasks/uptimekuma.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/uptimekuma.yml b/tasks/uptimekuma.yml index c3c7197..ff443ea 100644 --- a/tasks/uptimekuma.yml +++ b/tasks/uptimekuma.yml @@ -17,6 +17,7 @@ - name: proxy volumes: - /data/uptime-kuma/data:/app/data + - /etc/resolv.conf:/etc/resolv.conf:ro - /var/run/docker.sock:/var/run/docker.sock labels: traefik.enable: "true"