mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04: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
|