new: add build key to compose file

This commit is contained in:
ngn 2024-08-10 01:05:05 +03:00
parent 258581825d
commit 25f30b51f0

View File

@ -4,6 +4,8 @@ services:
website:
image: matterwebsite
restart: unless-stopped
build:
context: ./
ports:
- "127.0.0.1:9878:9878"
volumes: