Spryker fails to start containers on 80 port on ubuntu

94 Views Asked by At

Error response from daemon: driver failed programming external connectivity on : Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use

1

There are 1 best solutions below

1
Nikulin Vyacheslav On

My ubunty run apache on 80 port. I just stop it.

sudo service apache2 stop

Also you can uninstall it as well

sudo apt-get purge apache2
sudo apt-get autoremove
sudo rm -rf /etc/apache2