This commit is contained in:
2026-03-01 12:18:09 +02:00
parent 43854c16ca
commit e870185f4c
5 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: '3.3'
services:
uptime-kuma:
image: louislam/uptime-kuma:latest
container_name: uptime-kuma
volumes:
- uptime-kuma-data:/app/data
ports:
- 3001:3001 # <Host Port>:<Container Port>
restart: unless-stopped
volumes:
uptime-kuma-data: