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