mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-06-13 23:36:45 +03:00
Updated FAQ (markdown)
+1
-1
@@ -168,7 +168,7 @@ If you **must** have custom gRPC ports, you can specify a custom gRPC port when
|
||||
For example:
|
||||
```
|
||||
weed master -port=9333 -port.grpc=9444
|
||||
weed volume -port=8080 -port.grpc=8444 -msever=localhost:9333.9444
|
||||
weed volume -port=8080 -port.grpc=8444 -mserver=localhost:9333.9444
|
||||
weed filer -port=8888 -port.grpc=9999 -master=localhost:9333.9444
|
||||
weed shell -filer=localhst:8888.9999 -master=localhost:9333.9444
|
||||
weed mount -dir=mm -filer=localhst:8888.9999
|
||||
|
||||
Reference in New Issue
Block a user