uptime kuma

This commit is contained in:
server
2024-08-14 04:51:49 +00:00
parent 4d9d6830d4
commit 385c342087
2 changed files with 10 additions and 0 deletions

9
uptime-kuma/compose.yaml Normal file
View File

@@ -0,0 +1,9 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped