mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 06:40:12 -08:00
13 lines
221 B
YAML
13 lines
221 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:latest
|
|
container_name: uptime-kuma
|
|
volumes:
|
|
- uptime-kuma:/app/data
|
|
ports:
|
|
- 6001:3001
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
uptime-kuma:
|