9 lines
No EOL
231 B
YAML
9 lines
No EOL
231 B
YAML
services:
|
|
uptime-kuma:
|
|
restart: unless-stopped
|
|
ports:
|
|
- '3001:3001'
|
|
volumes:
|
|
- ./uptime-kuma/data:/app/data
|
|
container_name: uptime-kuma
|
|
image: louislam/uptime-kuma |