diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..3084e87 --- /dev/null +++ b/compose.yml @@ -0,0 +1,11 @@ +services: + uptime-kuma: + image: louislam/uptime-kuma:1 + container_name: uptime-kuma + volumes: + - /datadisk/docker/uptime-kuma/data:/app/data + ports: + - 3001:3001 + restart: unless-stopped + security_opt: + - no-new-privileges:true \ No newline at end of file