zu Docker hinzufügen
docker volume create uptime-kuma
docker run -d \
--restart=always \
-p 3001:3001 \
-v uptime-kuma:/app/data \
--name uptime-kuma \
louislam/uptime-kuma:latest
gefunden auf : https://github.com/louislam/uptime-kuma