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" restart: "no"
volumes: volumes:
- $DOCKER_DATA:/app/data - $DOCKER_DATA:/app/data
- /var/run/docker.sock:/var/run/docker.sock
networks: networks:
- web - web
labels: labels: