set master ip in docker compose yaml file

fix https://github.com/chrislusf/seaweedfs/issues/1118
This commit is contained in:
Chris Lu
2019-12-11 21:38:54 -08:00
parent 1ddfbff2d3
commit 06ff984786
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ services:
ports:
- 9333:9333
- 19333:19333
command: "master"
command: "master -ip=master"
volume:
build:
context: .