palasangha / Treasures-Of-Dhamma

GNU General Public License v3.0
0 stars 0 forks source link

Docker Error bind: address already in use #51

Closed aryalsujay closed 1 year ago

aryalsujay commented 1 year ago

Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use

aryalsujay commented 1 year ago

In your case it was some other process that was using the port

  1. sudo netstat -pna | grep 80

  2. sudo /etc/init.d/nginx stop

Then mount N/W drives and start docker again.