Getting error while running mendix/docker-mendix-buildpack

0
We followed the steps in as below Note: We used V1.2.0 as <TAG> in the git clone command Docker is installed on windows are we are using cygwin   git clone --branch <TAG> --config core.autocrlf=false https://github.com/mendix/docker-mendix-buildpack cd docker-mendix-buildpack make get-sample make build-image make run-container   However the last command run-container seem to be giving error $ make run-container docker-compose -f tests/docker-compose-postgres.yml up Starting tests_db_1 ... done Creating tests_mendixapp_1 ... error   ERROR: for tests_mendixapp_1  Cannot start service mendixapp: b'driver failed programming external connectivity on endpoint tests_mendixapp_1 (2d35d6e1dd3b4b5fa3eea80221e148c93a3382c472a284b0ae0157b353c80a53): Error starting userland proxy: Bind for 0.0.0.0:8080 failed: port is already allocated'   ERROR: for mendixapp  Cannot start service mendixapp: b'driver failed programming external connectivity on endpoint tests_mendixapp_1 (2d35d6e1dd3b4b5fa3eea80221e148c93a3382c472a284b0ae0157b353c80a53): Error starting userland proxy: Bind for 0.0.0.0:8080 failed: port is already allocated' Encountered errors while bringing up the project. make: *** [Makefile:19: run-container] Error 1
asked
1 answers
0

Hi there,

It might be obvious but have you checked that nothing else is bound to the 8080 port on that machine?

answered