mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 11:54:03 +00:00
8 lines
148 B
YAML
8 lines
148 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
volumes:
|
|
- ./data:/app/data
|
|
ports:
|
|
- "3001:3001"
|
|
restart: always
|