From aa44a7edf2d44750c2423dd2b20cf572cb539c05 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Mon, 26 Sep 2022 01:58:43 +0100 Subject: [PATCH] uptime-kuma: feat: Add docker support --- uptime-kuma/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index c686ed5..762dbf6 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -11,6 +11,7 @@ services: restart: always volumes: - "./uptime-kuma-data:/app/data" + - "/var/run/docker.sock:/var/run/docker.sock:ro" # ports: # - "3001:3001" networks: