Update uptime-kuma/docker-compose.yml

Use "media" rather than "mnt"
This commit is contained in:
2025-11-27 22:08:18 +00:00
parent 367565dd76
commit e7d62af943

View File

@@ -6,6 +6,6 @@ services:
ports: ports:
- "3010:3001" - "3010:3001"
volumes: volumes:
- /mnt/sda1/docker/uptime-kuma:/app/data - /media/sda1/docker/uptime-kuma:/app/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock