mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
10 lines
191 B
YAML
10 lines
191 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
volumes:
|
|
- ./data:/app/data
|
|
ports:
|
|
# <Host Port>:<Container Port>
|
|
- 3001:3001
|
|
restart: unless-stopped
|