Use names instead of host ports?
"ONLYOFFICE COMMUNITY SERVER uses ports: 80, 443, 5222, 5280, 9865, 9888, 9866, 9871, 9882 please, make sure that the ports are free."
Can you make it optional to switch between ports and hostnames?
Alternatively, the ports are currently hard coded. Can you make it so they're configurable?
It's somewhat defeating the point of docker to use system ports as each container already comes with its own network stack and can be reached/resolved by container name in a standard setup.
Public port mappings would normally be exposed on demand (configurable) or alternatively the host would manage for example being able to route to the docker bridge being used.
This message is contained in the package installation script, no docker.
"ONLYOFFICE COMMUNITY SERVER uses ports: 80, 443, 5222, 5280, 9865, 9888, 9866, 9871, 9882 please, make sure that the ports are free."
Ports are hard coded in our scripts for easier installation. You can change ports by manual launching docker containers https://github.com/ONLYOFFICE/Docker-CommunityServer#running-onlyoffice-community-server-on-different-port
In next versions of the installation scripts, we will probably add the ports configuration.
Any news regarding port configuration? I want to change the SSL port but it's hardcoded.
Hello @ArjonBu Sorry, but we added to our installation script to change only the default http port. You can change the ssl port in the docker-compose scripts, or download install.sh and change it on 1388 line.