feat: add Docker socket volume to Uptime Kuma service configuration
This commit is contained in:
parent
5e983c8cd8
commit
6713de89c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user