Error starting userland proxy

Hi to all, i get this error on devilbox startup:

docket-compose -d bind httpd php mysql

ERROR: for devilbox-master_httpd_1 Cannot start service httpd: driver failed programming external connectivity on endpoint devilbox-master_httpd_1 (0af8099645848ed22067b2f8ba28dde1670740fdd58fd4bfee55769d9b790799): Error starting userland proxy: listen tcp 127.0.0.3:80: bind: address already in use

ERROR: for httpd Cannot start service httpd: driver failed programming external connectivity on endpoint devilbox-master_httpd_1 (0af8099645848ed22067b2f8ba28dde1670740fdd58fd4bfee55769d9b790799): Error starting userland proxy: listen tcp 127.0.0.3:80: bind: address already in use
ERROR: Encountered errors while bringing up the project.

This is a Docker error not devilbox.
I get error after upgrade xubuntu from 18.04 lts to 20.04 lts

I don’t understand what other service running on port 80 on addr 127.0.0.2.
i have checked and i have only this service running on 127.0.0.0.2:

tcp 0 0 127.0.0.2:1053 0.0.0.0:* LISTEN 8475/docker-proxy

Docker version 19.03.14, build 5eb3275d40
docker-compose version 1.27.4, build 40524192

Any suggestions?
thanks

Can you post a complete netstat -tulpn output

I found a mistake, i have a local instance of apache running on port 80.

Thanks

1 Like