Closed dbj closed 4 years ago
I found that adding --host=0.0.0.0
to the elm-live options (before the --
) fixed this for me.
Correct me if my terminology is wrong. Docker assigns dynamic IP addresses to its containers. Because of this you need to specify --host=0.0.0.0
. 0.0.0.0
is essentially an alias to listen on all IP addresses.
Of course. Thank you for pointing that out. :).
Setup
elm-live ./src/Main.elm --dir=./static --pushstate -o -- --output=./static/assets/js/elmsite.js --debug
Reproduce
Expected Results
Testing