uptime-kuma/docker-compose.yml

11 lines
180 B
YAML
Raw Normal View History

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