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