aboutsummaryrefslogtreecommitdiff
path: root/docker/compose/e2e-mount.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/compose/e2e-mount.yml')
-rw-r--r--docker/compose/e2e-mount.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/compose/e2e-mount.yml b/docker/compose/e2e-mount.yml
index 5571bf003..eb4631f04 100644
--- a/docker/compose/e2e-mount.yml
+++ b/docker/compose/e2e-mount.yml
@@ -13,7 +13,7 @@ services:
volume:
image: chrislusf/seaweedfs:e2e
- command: "-v=4 volume -mserver=master:9333 -ip=volume -ip.bind=0.0.0.0 -preStopSeconds=1"
+ command: "-v=4 volume -master=master:9333 -ip=volume -ip.bind=0.0.0.0 -preStopSeconds=1"
healthcheck:
test: [ "CMD", "curl", "--fail", "-I", "http://localhost:8080/healthz" ]
interval: 2s