Expose druid docker socket to uptime kuma

This commit is contained in:
Joey Hafner 2023-10-17 10:52:20 -07:00
parent 12ac42f413
commit 0eafb5a1ef

View File

@ -6,6 +6,7 @@ services:
restart: "no"
volumes:
- $DOCKER_DATA:/app/data
- /var/run/docker.sock:/var/run/docker.sock
networks:
- web
labels: