You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having a nightmare trying to get this up on windows. In the docker compose file you have 127.0.0.1 mapped. If you use 0.0.0.0 instead, it will work.
I was having a nightmare trying to get this up on windows. In the docker compose file you have 127.0.0.1 mapped. If you use 0.0.0.0 instead, it will work.
Because of this:
docker/for-win#204
You have to actually go to the IP returned by
docker-machine ip
. And get the port like in the README.The text was updated successfully, but these errors were encountered: