mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user