forked from TrueCloudLab/frostfs-aio
[#7] Use public address for control service
Fixes access to control service outside of the container. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
23d00b50dd
commit
9c56134214
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ morph:
|
||||||
|
|
||||||
control:
|
control:
|
||||||
grpc:
|
grpc:
|
||||||
endpoint: localhost:16513
|
endpoint: 0.0.0.0:16513
|
||||||
|
|
||||||
node:
|
node:
|
||||||
wallet:
|
wallet:
|
||||||
|
|
Loading…
Reference in a new issue