-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Reproducing steps
- git clone {repo}
- run 'mvn package -DskipTests'
- run 'docker-compose up'
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.`