#107 Fix docker data typo

This commit is contained in:
Joey Hafner 2023-11-22 15:44:53 -08:00
parent 2aba66d943
commit ad4df375a0

View File

@ -62,7 +62,7 @@ services:
container_name: monitoring_uptime-kuma container_name: monitoring_uptime-kuma
restart: "no" restart: "no"
volumes: volumes:
- $DOCKER_DATA:/app/data - $DOCKER_DATA/uptime-kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
networks: networks:
- web - web