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