Add docker-compose.yaml
This commit is contained in:
parent
3fe1016715
commit
1679bae1c1
1 changed files with 6 additions and 0 deletions
6
docker-compose.yaml
Normal file
6
docker-compose.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
matrix-to:
|
||||||
|
build: .
|
||||||
|
ports:
|
||||||
|
- "3636:5000"
|
Loading…
Reference in a new issue