diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml new file mode 100644 index 0000000..29e2346 --- /dev/null +++ b/uptime-kuma/docker-compose.yml @@ -0,0 +1,13 @@ +version: "3" +services: + uptime-kuma: + image: louislam/uptime-kuma:latest + container_name: uptime-kuma + volumes: + - uptime-kuma:/app/data + ports: + - 6001:3001 + restart: unless-stopped + +volumes: + uptime-kuma: