502 fix on hosted containers' subdomains
v0.10.3-beta
- 502 fix on hosted containers' subdomains. The edge reverse proxy queried DNS over IPv6 when resolving containers, which Docker's internal DNS rejects ("Server failure"), returning a 502 page on
*.apps.<domain>subdomains (and the database panel) while the container was running. Resolution is now forced to IPv4, and the subdomains answer correctly.