-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build fails #4
Comments
By default, the frontend uses 80 port. Most probably it is busy on your machine. Try to free up the port. |
EDIT: This above issues because of my localhost:80 is blocked to be binded. However, I started to get backend issues
|
Reproducing steps
Observation
Ending up with an error in the front-end build
Logs
`docker-compose up
Removing frontend
Starting backend ... done
Starting 71728e44add0_frontend ... error
ERROR: for 71728e44add0_frontend Cannot start service frontend: driver failed programming external connectivity on endpoint 71728e44add0_frontend (80c6992c5d3bbc66887bd30188362a1545f5d039d901f8fd5cd7101346ee3714): Error starting userland proxy: Bind for 0.0.0.0:80: unexpected error (Failure EADDRINUSE)
ERROR: for frontend Cannot start service frontend: driver failed programming external connectivity on endpoint 71728e44add0_frontend (80c6992c5d3bbc66887bd30188362a1545f5d039d901f8fd5cd7101346ee3714): Error starting userland proxy: Bind for 0.0.0.0:80: unexpected error (Failure EADDRINUSE)
ERROR: Encountered errors while bringing up the project.`
The text was updated successfully, but these errors were encountered: