We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running a bunch locally as a development stage will get you to an error in a client
WebSocketClient.js:16 WebSocket connection to 'ws://localhost:3000/ws' failed:
Stephen had a slightly different error which he tackled with NGNIX config. It won't be your case.
Basically, add the environment variable to the client service in your docker-compose-dev.yml
environment: - WDS_SOCKET_PORT=0
If you're going to run it, execute to commands, the first one would wipe out your all unnecessary containers and images.
docker system prune -a docker-compose -f docker-compose-dev.yml up
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running a bunch locally as a development stage will get you to an error in a client
Stephen had a slightly different error which he tackled with NGNIX config. It won't be your case.
Basically, add the environment variable to the client service in your docker-compose-dev.yml
If you're going to run it, execute to commands, the first one would wipe out your all unnecessary containers and images.
The text was updated successfully, but these errors were encountered: