uptimekumaadded

This commit is contained in:
Technik freaks 2026-04-23 22:47:36 +02:00
parent c18c9bc9a7
commit 8a9ad24f1d
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

13
UptimeKuma-25042026.yaml Normal file
View File

@ -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