-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker - cant listen on localhost #357
Comments
I got it working here with:
I don't believe you need to put the host before the port. |
Thank you @marceloboeira. My goal is to listen on the localhost interface instead of all interfaces. Prefixing the 127.0.0.1 is docker's convention on how to do that. But it doesn't seem to be working for this case. |
Interesting, I've never had a usecase for that. I've tried here:
both worked, no HOST/ENV |
Yeah, it worked for me too just now. I don't know how but I must have screwed something up earlier. Closing issue. |
For interest this is almost certainly where I screwed up earlier: |
can't get checkr/flagr working with
-p 127.0.0.1:18000:18000
.I tried it with both
-e HOST=0.0.0.0
and-e "HOST=127.0.0.1"
. No joy.am i missing something? I tried to workaround but firewall on this box is hellishy complicated and that option appears less accessible.
The text was updated successfully, but these errors were encountered: