mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 20:04:03 +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
|