12 lines
259 B
YAML
12 lines
259 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:2.0.2
|
|
container_name: uptime-kuma
|
|
restart: always
|
|
ports:
|
|
- "3010:3001"
|
|
volumes:
|
|
- /mnt/cephfs/docker/uptime-kuma:/app/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|