mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
16 lines
259 B
YAML
16 lines
259 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:2
|
|
container_name: uptime-kuma
|
|
volumes:
|
|
- uptime-kuma:/app/data
|
|
ports:
|
|
- "3001:3001" # <Host Port>:<Container Port>
|
|
restart: always
|
|
|
|
volumes:
|
|
uptime-kuma:
|
|
|