Setup on Ubunto Docker in subdomain

Hi

I godt this error

Removing xibo_cms-web_1
xibo_cms-db_1 is up-to-date
xibo_cms-xmr_1 is up-to-date
Recreating 85169ece0c48_85169ece0c48_xibo_cms-web_1

ERROR: for cms-web Cannot start service cms-web: driver failed programming external connectivity on endpoint xibo_cms-web_1 (9f10763ed3da6e870dfd912998b99cbdf0e80a3fe43c431e5601a336ea65b3e4): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use
ERROR: Encountered errors while bringing up the project.

Can you confirm if you have any other services using port 80 on your setup? The error suggests that the address the CMS container is trying to use is already in use.

If you are have another service running on port 80, you will need to run either the CMS container or the other service on a different port. I have included a link to our setup guide below, which contains a section on using different ports:

https://xibo.org.uk/docs/setup/xibo-for-docker-on-linux

Many Thanks.

if that same server is running a web server like apache or nginx, run a command to stop it, then edit your webserver to run on a different port like 8080 then start the webserver and also restart docker