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