Unable to complete Xibo installation through Docker. cms-web error

Please see below on the error I get when issuing the docker-compose up -d command in powershell. Everything looks great until it gets to the web setup. Any clue as to why I’m getting a permission denied? It’s a fresh installation of Windows 10 64bit. I am an administrator on the machine and haven’t hit any road blocks in the setup or install of Docker. Thanks and have a good one!

ERROR: for xibo_cms-web_1 Cannot start service cms-web: driver failed programming external connectivity on endpoint xib
o_cms-web_1 (238d131ea86d3189bdbd79974fa5d406f61021a1c4cf4955d36f01836e72339e): Error starting userland proxy: Bind for
0.0.0.0:80: unexpected error Permission denied

ERROR: for cms-web Cannot start service cms-web: driver failed programming external connectivity on endpoint xibo_cms-w
eb_1 (238d131ea86d3189bdbd79974fa5d406f61021a1c4cf4955d36f01836e72339e): Error starting userland proxy: Bind for 0.0.0.0
:80: unexpected error Permission denied
ERROR: Encountered errors while bringing up the project.

It’s telling you that it can’t bind to port 80 on your machine.

So check that your computer isn’t already running a webserver - eg IIS. You can check with the netstat command and look for anything listening on port 80.

If it is, then you’ll need to run Xibo on a different port number.

Failing that, check that the PowerShell window is running with Administrator privileges.