This commit is contained in:
commit
9688f752d0
5 changed files with 148 additions and 0 deletions
7
compose.yml
Normal file
7
compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
mastermind:
|
||||
build: .
|
||||
env_file: .env
|
||||
ports:
|
||||
- 127.0.0.1:56714:80/tcp
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue