feat(uptime-kuma): add Docker socket mount for container management (#454)

Mount the Docker socket into the Uptime Kuma container to enable Docker API access, allowing the service to monitor and interact with other Docker containers for enhanced uptime tracking.
This commit is contained in:
Jainil Prajapati
2025-10-15 09:14:50 +05:30
committed by GitHub
parent fba27d1857
commit 21ee07834d

View File

@@ -5,6 +5,7 @@ services:
restart: always
volumes:
- uptime-kuma-data:/app/data
- /var/run/docker.sock:/var/run/docker.sock
volumes:
uptime-kuma-data: