uptime-kuma/docker-compose.yml

11 lines
180 B
YAML
Raw Normal View History

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