diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-06 03:53:36 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-06 03:53:36 -0700 |
| commit | 22fbce8fd5038e40ad968b9e8a9e05fcf61d70a1 (patch) | |
| tree | 433ec98614a0fb858b1859ec24ea4fbfb90a9df8 /docker/Makefile | |
| parent | 10207a48a45ff9299918fdeaa78827ab2882f993 (diff) | |
| download | seaweedfs-22fbce8fd5038e40ad968b9e8a9e05fcf61d70a1.tar.xz seaweedfs-22fbce8fd5038e40ad968b9e8a9e05fcf61d70a1.zip | |
add docker compose file to sync 2 mounts
Diffstat (limited to 'docker/Makefile')
| -rw-r--r-- | docker/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/Makefile b/docker/Makefile index a1e82a338..1ace31933 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -58,6 +58,9 @@ cluster: build 2clusters: build docker-compose -f compose/local-clusters-compose.yml -p seaweedfs up +2mount: build + docker-compose -f compose/local-sync-mount-compose.yml -p seaweedfs up + hashicorp_raft: build docker-compose -f compose/local-hashicorp-raft-compose.yml -p seaweedfs up |
