Update filename for Komodo

This commit is contained in:
2025-06-28 22:25:09 +05:30
parent 0686b47076
commit d99bca5d31
14 changed files with 0 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.23.16
container_name: uptime-kuma
volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data
ports:
- "${PORT}:3001"
restart: unless-stopped