tracker/compose.yml

13 lines
206 B
YAML

version: "3"
services:
tracker:
image: mattertracker
restart: unless-stopped
build:
context: ./
ports:
- "127.0.0.1:9877:9877"
volumes:
- "./cfg.json:/app/cfg.json"