new: add build key to compose file

This commit is contained in:
ngn 2024-08-10 01:04:35 +03:00
parent 775d2bc1e8
commit b24a970962

View File

@ -4,6 +4,8 @@ services:
security:
image: mattersecurity
restart: unless-stopped
build:
context: ./
ports:
- "127.0.0.1:9876:9876"
volumes: