diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml new file mode 100644 index 0000000..32a7d7e --- /dev/null +++ b/uptime-kuma/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3.3' +services: + uptime-kuma: + image: louislam/uptime-kuma:latest + container_name: uptime-kuma + volumes: + - ./volumes/data:/app/data + ports: + - 127.0.0.1:13001:3001 + restart: always \ No newline at end of file