0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-25 07:49:21 +01:00
uptime-kuma/docker-compose.yml

11 lines
180 B
YAML
Raw Normal View History

2021-07-12 21:50:39 +02:00
version: "3.4"
services:
uptimekuma:
image: uptimekuma
build: .
environment:
NODE_ENV: production
ports:
- 50013:50013