Add Docker socket access configuration for Docker monitoring probes

Configure portable Docker GID support to enable Docker container monitoring in Uptime Kuma. The DOCKER_GID environment variable allows the configuration to work across different servers where the docker group ID may vary.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
BeauTroll
2025-12-29 01:06:42 +01:00
parent 7df4500df6
commit ac6eeae2e2
3 changed files with 42 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ services:
- no-new-privileges:true
cap_drop:
- ALL
group_add:
- "${DOCKER_GID}"
networks:
- traefik-net
labels: