diff options
| author | Fuwn <[email protected]> | 2022-04-04 09:27:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-04 09:27:31 +0000 |
| commit | cdd70a90aa08713a24ff5489f9e0f23fb38d2762 (patch) | |
| tree | 9bc1e70a3a163223e2181c388dd5ebeafb8a1af0 /docker-compose.yaml | |
| download | maple-0.1.0.tar.xz maple-0.1.0.zip | |
feat: maple 0.1.0 :star:0.1.0
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" |