DEV Community

Discussion on: Introduction to Docker for Javascript Developers (feat Node.js and PostgreSQL)

Collapse
 
sangeethsn profile image
Sangeeth Saseendran Nair • Edited

Hi Alex, Thanks for this great tutorial. But I’m getting an error after runinng "docker-compose up --build" attached below:

"Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
Attaching to for-interview-app-1, for-interview-postgres-1
Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:5432 -> 0.0.0.0:0: listen tcp 0.0.0.0:5432: bind: address already in use".

Could you please help me here?