3
Someone’s been through this mistake?
I’m trying to run the postgres via Docker but prints an error.
sudo docker start database
Error response from daemon failed programming external connectivity on endpoint database (9dcb5288477f88c9ff1ed918beccf6fa2710bb052aca5a278788bd83be5ea80a): Error starting userland proxy: listen tcp 0.0.0.0:5432: bind: address already in use
Error: failed to start containers: database
You should have another service running on port 5432, or even another instance of the same container.
– lazyFox
This is Docker version bug, upgrade to 19x that solves.
– Ettore Garone
Upgrading Docker to version 19 does not solve the problem. The way is to change port.
– absentia