tracker/compose.yml

13 lines
206 B
YAML
Raw Normal View History

2024-01-17 17:06:26 +00:00
version: "3"
services:
tracker:
image: mattertracker
restart: unless-stopped
2024-08-09 22:04:54 +00:00
build:
context: ./
2024-01-17 17:06:26 +00:00
ports:
- "127.0.0.1:9877:9877"
volumes:
2024-01-17 17:15:46 +00:00
- "./cfg.json:/app/cfg.json"