Difficulty installing 1.8.1 with Docker

Hi everybody

I followed the setups outlined in this document as a guide :

Once I try to bootstrap the cms using the command, docker-compose up -d, I get the following error:

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

I tried changing the ports using the cms_custom-ports.yml file but I keep getting the same error. I am using AWS EC2 service and Bitnami to host the server.The server is running ubuntu and has LAMP 5.6.30-2 installed.

I have been using 1.7.9 with no issue and I would like move to 1.8.1. Any help is greatly appreciated.

You’d need to use cms_custom-ports.yml as a template, rather than changing it directly. docker-compose will always start using docker-compose.yml (unless you specify otherwise).

In order words, take the contents of cms_custom-ports.yml and replace whats in docker-compose.yml.

Thanks, I’ll give that a go.