Hey there! I am having an issue while setting up the project with the default database as either MongoDB is installed or isn't. I just want to make sure I have the error understanding correctly or if there is another fix before I do anything that may or may not mess up something on my system.
Here are the error logs:
make: [Makefile:16: build] Error 1 (ignored)
docker-compose -f ./docker-compose.yml run --service-ports --rm --name ots-share-run-app --entrypoint "npm run start" ots-share-run
Starting ots-share-mongo-local ...
Starting ots-share-mongo-local ... error
ERROR: for ots-share-mongo-local Cannot start service ots-share-mongo-local: driver failed programming external connectivity on endpoint ots-share-mongo-local (a52a7fa2ec0c1ca125cd030da00b47f8ec502990e88413f3bd32e1005e77e124): Error starting userland proxy: listen tcp4 0.0.0.0:27017: bind: address already in use
ERROR: for ots-share-mongo-local Cannot start service ots-share-mongo-local: driver failed programming external connectivity on endpoint ots-share-mongo-local (a52a7fa2ec0c1ca125cd030da00b47f8ec502990e88413f3bd32e1005e77e124): Error starting userland proxy: listen tcp4 0.0.0.0:27017: bind: address already in use
ERROR: Encountered errors while bringing up the project.
make: *** [Makefile:45: execute] Error 1
Thank you in advance.
Hey there! I am having an issue while setting up the project with the default database as either MongoDB is installed or isn't. I just want to make sure I have the error understanding correctly or if there is another fix before I do anything that may or may not mess up something on my system.
Here are the error logs:
Thank you in advance.