I have used docker to install Rocket.Chat on my instance. By default it runs on port number 3000 but i want to run it on the other port.
My docker-compose.yml file looks like: https://github.com/RocketChat/Rocket.Chat/blob/develop/docker-compose.yml
How can i run it on different port?