fix garage own node address detection
This commit is contained in:
parent
f0c12de11c
commit
e83ae422ce
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ in
|
|||
|
||||
replication_factor = 2;
|
||||
|
||||
rpc_bind_addr = "[${zerotier_ip}]:3901";
|
||||
rpc_bind_addr = "[::]:3901";
|
||||
rpc_public_addr = "[${zerotier_ip}]:3901";
|
||||
|
||||
s3_api = {
|
||||
api_bind_addr = "127.0.0.1:3900";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue