9 lines
207 B
YAML
9 lines
207 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:3001:3001"
|
|
volumes:
|
|
- /home/saurav/hetzner_self/data/uptime-kuma:/app/data
|