This commit is contained in:
smayzy
2025-02-25 23:27:34 +01:00
parent 06afac3be4
commit b977e19925
19 changed files with 248 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
services:
kuma:
image: 'louislam/uptime-kuma:1'
container_name: uptime-kuma
volumes:
- ./data:/app/data
ports:
- 80:3001
restart: always