|
deploy: NAVI_HOST=0.0.0.0 — fresh installs join the swarm peer channel
Fresh deployments were 'visible but deaf': announcements to the hive are outbound and worked, but inbound /peer/* connections hit the localhost-only bind and failed with ConnectError. 0.0.0.0 makes the peer channel work; 127.0.0.1 stays documented for machines outside the swarm. |
|---|
|
|
| deploy/env.template |
|---|