set master ip in docker compose yaml file
fix https://github.com/chrislusf/seaweedfs/issues/1118
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
ports:
|
||||
- 9333:9333
|
||||
- 19333:19333
|
||||
command: "master"
|
||||
command: "master -ip=master"
|
||||
volume:
|
||||
image: chrislusf/seaweedfs # use a remote image
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user