Closed VolodymyrPliuta closed 5 years ago
I got an error when I run
sudo docker-compose up
it throws an error:
ERROR: for mynewproject_db_1 Cannot start service db: driver failed programming external connectivity on endpoint mynewproject_db_1 (5a8136f84037c74f3cf857b8f329a72002da216bfe578d238892a7bdd7ebc0fc): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use ERROR: for db Cannot start service db: driver failed programming external connectivity on endpoint mynewproject_db_1 (5a8136f84037c74f3cf857b8f329a72002da216bfe578d238892a7bdd7ebc0fc): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
I'm getting tons of errors too on my end with this repo
Cleaning up this issue after the latest updates.
I got an error when I run
it throws an error: