1
0
Fork 0

uptimekuma: add docker.sock volume

This commit is contained in:
Lukáš Kucharczyk 2023-01-11 13:13:20 +01:00
parent cc5fbdbb96
commit 476ba9ed25
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
container_name: uptimekuma
volumes:
- "${DOCKER_STORAGE_PATH}/uptimekuma:/app/data"
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
- "${UPTIME_KUMA_EXTERNAL_PORT}:${UPTIME_KUMA_INTERNAL_PORT}"
restart: unless-stopped