Closed aryalsujay closed 1 year ago
Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use
In your case it was some other process that was using the port
sudo netstat -pna | grep 80
sudo /etc/init.d/nginx stop
Then mount N/W drives and start docker again.
Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use