Closed
Description
The following guide does not work anymore with the latest version of wepback
We have the same issue with our docker starter and I'm not able to fix it
TL;DR: webpack should bind 0.0.0.0 and expose a custom host
I'm able to:
- use a custom host (like http://app.vm:8080) and bind
127.0.0.1
- OR bind
0.0.0.0
and expose host0.0.0.0
If someone have the solution, it would be super nice!