1
0
Fork 0
mirror of https://github.com/louislam/dockge.git synced 2025-04-01 05:52:20 +00:00
dockge/extra/templates/uptime-kuma/compose.yaml
2023-11-11 22:18:37 +08:00

9 lines
163 B
YAML

version: '3.8'
services:
uptime-kuma:
image: louislam/uptime-kuma:1
volumes:
- ./data:/app/data
ports:
- "3001:3001"
restart: always