mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 22:12:17 +00:00
9 lines
148 B
YAML
9 lines
148 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
volumes:
|
|
- ./data:/app/data
|
|
ports:
|
|
- "3001:3001"
|
|
restart: always
|