diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 42d3cba..898ace2 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -6,6 +6,6 @@ services: ports: - "3010:3001" volumes: - - /mnt/cephfs/docker/uptime-kuma:/app/data + - /data/docker/uptime-kuma/beta:/app/data - /var/run/docker.sock:/var/run/docker.sock