Is there any way we can change default port os selenoid-ui from 8080 to some other port? I've tried as below in yml file but no success. With this configuration selenoid-ui neither works with 8080 nor 8181,
selenoid-ui: image: "aerokube/selenoid-ui" network_mode: bridge links: - selenoid command: ["--selenoid-uri", "http://selenoid:4444"] command: ["--listen",":8081"]
I have read in few posts about using cm tool to start selenoid-ui with different port. But is it possible to make it in docker-compose yml file?
Thanks in advance.