mixpost
mixpost copied to clipboard
Error starting userland proxy: listen tcp4 127.0.0.1:80: bind: address already in use
Detailed description
I have a brand new server installed, using docker to install mixport having this isuue.. how come..
Check what is using port 80
netstat -tulpn | grep :80
@thunderwin To generate SSL certificates, ensure that port 80 is free on your machine. If it is not, please use the docker-compose.yml file from the Without SSL Support tab and handle SSL certificates separately.