alfredfrancis / ai-chatbot-framework

A python chatbot framework with Natural Language Understanding and Artificial Intelligence.
MIT License
1.97k stars 712 forks source link

ERROR: Encountered errors while bringing up the project. #90

Closed tiancaipipi110 closed 6 years ago

tiancaipipi110 commented 6 years ago

running command docker-compose up -d

ERROR: for iky_gateway Cannot start service iky_gateway: b'driver failed programming external connectivity on endpoint iky_gateway (ea8a0eabea09b3dad33c2840d7078990a4177a4a0f6a4596a271a329488380fc): Error starting userland proxy: Bind for 0.0.0.0:8080 failed: port is already allocated' ERROR: Encountered errors while bringing up the project.

alfredfrancis commented 6 years ago

As the error says, port 8080 is already allocated. Update your docker-compose file with an available port and try again