Fix
v0.0.17-beta·Fixed apps unreachable after their first deploy, network resync action
Fixes
- A freshly deployed application could stay unreachable right after its first deploy, even though the process itself was healthy. Your app and Pierrr's proxy could each resolve its network address to a different one of the container's two networks, and the app only answered on one of them. Every container now answers on all of its networks from the start, so this can no longer happen on future deploys.
What's new
- Resync networks, in a project's actions menu next to Start, Stop and Restart, reattaches every container to its network configuration right now, without waiting for the next deploy. Useful for a container affected by the issue above before the fix, or for troubleshooting any container that is not reachable on the network you expect. Available on every plan.