[Solved] GenieACS newbie - need to change listening port in Docker install

Hi

I have installed GenieACS on a Debian virtual machine using drumsergio/genieacs.

Installation has gone well and the Docker container is starting OK, however I need to change the CWMP listening port.

I’ve edited docker-compose.yml with the port the CPE is using, but when I launch the container (using sudo docker-compose up -d), and then log into the container, genieacs-cwmp.log, it tells me that the listening port is still the default, 7547.

How do I change this?

Thanks,
Jonathan

[Update]

OK so I solved this by logging into the container, and creating the file /opt/genieacs/genieacs.env (owner/group as genieacs), containing the required environment variable for the cwmp port.