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 must set ENV HOST=0.0.0.0 in Dockerfile.
Or run -it --rm -p 1234:1234 -e HOST=0.0.0.0 --name y-websocket y-websocket.
Node server can not be visitied if this host is localhost or 127.0.0.1 in docker.
I suggest add this line "ENV HOST=0.0.0.0" in the dockerfile of the repository.
The text was updated successfully, but these errors were encountered:
I must set ENV HOST=0.0.0.0 in Dockerfile.
Or run -it --rm -p 1234:1234 -e HOST=0.0.0.0 --name y-websocket y-websocket.
Node server can not be visitied if this host is localhost or 127.0.0.1 in docker.
I suggest add this line "ENV HOST=0.0.0.0" in the dockerfile of the repository.
The text was updated successfully, but these errors were encountered: