garage: bind to zerotier ip

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent c559b28c93
commit ce5b609747

View File

@@ -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
}; };
}; };
}; };