diff options
Diffstat (limited to 'docker-compose.yaml')
| -rw-r--r-- | docker-compose.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..bee1edf --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,7 @@ +services: + maple: + ports: + - "1965:1965" + volumes: + - "./.maple:/maple/.maple" + image: "fuwn/maple:latest" |