feat: add Docker socket volume to Uptime Kuma service configuration

This commit is contained in:
Menno van Leeuwen 2025-03-14 22:14:50 +01:00
parent 5e983c8cd8
commit 6713de89c3
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -5,6 +5,7 @@ services:
restart: unless-stopped
volumes:
- {{ uptime_kuma_data_dir }}:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PUID=1000
- PGID=100