refactor: switch to nammed docker volumes

This commit is contained in:
Lucas
2026-01-13 11:42:39 +00:00
parent aab178471e
commit 2870b380c6

View File

@@ -4,11 +4,15 @@ services:
container_name: uptime-kuma
restart: always
volumes:
- ./data:/app/data
- uptime_kuma_data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- reverse-proxy
volumes:
uptime_kuma_data:
external: true
networks:
reverse-proxy:
external: true