From 8a9ad24f1d92f6d4f1f1bd6741037766b8fde30f Mon Sep 17 00:00:00 2001 From: Technik freaks <106913276+Technikfreaksyt@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:47:36 +0200 Subject: [PATCH] uptimekumaadded --- .gitignore | 1 + UptimeKuma-25042026.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 UptimeKuma-25042026.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/UptimeKuma-25042026.yaml b/UptimeKuma-25042026.yaml new file mode 100644 index 0000000..09e3c14 --- /dev/null +++ b/UptimeKuma-25042026.yaml @@ -0,0 +1,13 @@ +version: "3.3" + +services: + uptime-kuma: + image: louislam/uptime-kuma:1 + container_name: uptime-kuma + volumes: + - /docker-vol/uptime-kuma:/app/data # Here is a template for setting the directory /path/to/dir/uptime-kuma:/app/data + ports: + - 3001:3001 + restart: always + security_opt: + - no-new-privileges:true