garage: bind to zerotier ip
This commit is contained in:
parent
c559b28c93
commit
ce5b609747
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
admin = {
|
admin = {
|
||||||
api_bind_addr = "127.0.0.1:3903";
|
api_bind_addr = "[${zerotier_ip}]:3903";
|
||||||
|
# TODO: use metrics_token
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue