new: add build key to compose file
This commit is contained in:
parent
775d2bc1e8
commit
b24a970962
@ -4,6 +4,8 @@ services:
|
|||||||
security:
|
security:
|
||||||
image: mattersecurity
|
image: mattersecurity
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
build:
|
||||||
|
context: ./
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:9876:9876"
|
- "127.0.0.1:9876:9876"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user