ghotiphud / rust-web-starter

Rust (Rocket & Diesel) + React (w/ Typescript) + PostgreSQL starter pack. Currently serves my need for a nice Dev Environment.
MIT License
293 stars 39 forks source link

Error #12

Closed VolodymyrPliuta closed 5 years ago

VolodymyrPliuta commented 6 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
PrismaPhonic commented 5 years ago

I'm getting tons of errors too on my end with this repo

ghotiphud commented 5 years ago

Cleaning up this issue after the latest updates.