pgracio / dhis2-docker

dhis2-docker
38 stars 32 forks source link

problems with container #23

Closed baradhili closed 6 years ago

baradhili commented 6 years ago

Hi, I'm new to Docker, so might have stuffed this up but... ERROR: for database Cannot start service database: driver failed programming external connectivity on endpoint dhis2-database (316ee409ab67dcaeca1f042a38558381be092bc8d4a6a99af11a17dffec319ae): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use

Is what I am getting when I run sudo docker-compose up -d

sudo docker-compose logs -f Attaching to dhis2-database dhis2-database exited with code 128

I don't have any containers up and running

Thanks

pgracio commented 6 years ago

Hi @baradhili are you still having issues with this?

baradhili commented 6 years ago

I forgot about this.. no I gave up :)

pgracio commented 6 years ago

Ok. The error mentions that port 5432 was already being used by another process. Maybe a local postgres instance running.