new: add build key to compose file
This commit is contained in:
parent
258581825d
commit
25f30b51f0
@ -4,6 +4,8 @@ services:
|
||||
website:
|
||||
image: matterwebsite
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./
|
||||
ports:
|
||||
- "127.0.0.1:9878:9878"
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user