When I tested it locally on boot2docker, I managed to get everything working as expected.
When I tested the same setup on a VPS with real linux, I got 502s from Caddy.
Funny thing is, I tried ping web and curl web:8080 in the running Caddy container, both worked perfectly.
Hi,
so I have this setup https://gist.github.com/princemaple/276e27e135cd78c7d8ba26519bd39d69
When I tested it locally on boot2docker, I managed to get everything working as expected. When I tested the same setup on a VPS with real linux, I got 502s from Caddy. Funny thing is, I tried
ping web
andcurl web:8080
in the running Caddy container, both worked perfectly.Have you encountered anything similar before?
Thanks, Po