new: add build key to compose file
This commit is contained in:
parent
62ae702411
commit
528df304e9
@ -4,6 +4,8 @@ services:
|
||||
tracker:
|
||||
image: mattertracker
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./
|
||||
ports:
|
||||
- "127.0.0.1:9877:9877"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user