tracker/compose.yml

11 lines
177 B
YAML
Raw Normal View History

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