I want to run the packaged version and the Docker version of Collabora

We have installed and are using the packaged version of Collabora. I would like to use a Docker version in addition to this one, just to check the problem. I want to change the Port of my Docker version. Is it possible to change the port number of the Docker version of Collabora?

Hi,

Yes you can change it like this:
docker run -t -d -p 127.0.0.1:CUSTOMPORT:9980 -e "domain=example.org" --name collabora --restart always --cap-add MKNOD collabora/code:latest