new: add build key to compose file

This commit is contained in:
ngn 2024-08-10 01:04:54 +03:00
parent 62ae702411
commit 528df304e9

View File

@ -4,6 +4,8 @@ services:
tracker:
image: mattertracker
restart: unless-stopped
build:
context: ./
ports:
- "127.0.0.1:9877:9877"
volumes: