diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index ffeb17c..a4e15a9 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -6,6 +6,6 @@ services: ports: - "3010:3001" volumes: - - /mnt/disk/docker/uptime-kuma:/app/data + - /media/disk/docker/uptime-kuma:/app/data - /var/run/docker.sock:/var/run/docker.sock