Docker said 'Connection refused'. Localhost worked fine. The problem was one line.
📰 Dev.to · Nico Reyes
Container worked internally but refused external connections. The fix was changing 127.0.0.1 to 0.0.0.0.
Container worked internally but refused external connections. The fix was changing 127.0.0.1 to 0.0.0.0.