Create compose.yml

This commit is contained in:
drifty
2025-01-16 12:49:45 +05:30
committed by GitHub
parent 96a28e94a4
commit b7dafa43d8

View File

@@ -0,0 +1,10 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped
#external caddy auto handles SSL certs