You might need to run the script specifying some additional parameters, for example, if you want to install ONLYOFFICE Docs on a certain port etc.
To display the list of all available script parameters, use the following command:
Below, there are some examples on how to perform certain tasks using script parameters.
To install ONLYOFFICE Docs on a certain port, use the -dp
parameter. By default, port 80 is used.
To install ONLYOFFICE Docs from a certain Docker image stored in the
, use the -di
parameter.
To install a certain version of ONLYOFFICE Docs, use the -dv
parameter. If this parameter is omitted, the latest version available in the repository will be installed.
A certain version can be installed if you select installation with Docker. If you select installation from DEB/RPM packages, the latest version will be installed.
To update ONLYOFFICE Docs, use the -u
parameter specifying the true
value.