mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 01:10:11 -08:00
15 lines
263 B
YAML
15 lines
263 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:
|
|
name: uptime-kuma
|
|
external: true
|