diff options
| author | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2023-03-06 18:44:55 -0600 |
| commit | e80d9d8871b325a04b18f90a9ea4bb7fd148fb25 (patch) | |
| tree | 79dbdb8506b7ff1e92549188d1b94cfc0b3503ae /tools/docker-compose.yml | |
Diffstat (limited to 'tools/docker-compose.yml')
| -rw-r--r-- | tools/docker-compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/docker-compose.yml b/tools/docker-compose.yml new file mode 100644 index 0000000..a54981d --- /dev/null +++ b/tools/docker-compose.yml @@ -0,0 +1,5 @@ +services: + m1n1: + build: . + volumes: + - .:/m1n1 |
