diff --git a/leycloud/uptime-kuma.yml b/leycloud/uptime-kuma.yml new file mode 100644 index 0000000..f5b38fc --- /dev/null +++ b/leycloud/uptime-kuma.yml @@ -0,0 +1,10 @@ +version: "3.3" +services: + uptime-kuma: + image: louislam/uptime-kuma:2 + container_name: uptime-kuma + volumes: + - /home/florian/docker/uptime-kuma:/app/data + ports: + - "3001:3001" # Intern für NPM + restart: unless-stopped \ No newline at end of file