diff --git a/Web/Controls/Help/Server/Docker/Community/DockerComposeInstallation/DockerComposeInstallation.ascx b/Web/Controls/Help/Server/Docker/Community/DockerComposeInstallation/DockerComposeInstallation.ascx index 309e2feb8..4332ae49b 100644 --- a/Web/Controls/Help/Server/Docker/Community/DockerComposeInstallation/DockerComposeInstallation.ascx +++ b/Web/Controls/Help/Server/Docker/Community/DockerComposeInstallation/DockerComposeInstallation.ascx @@ -40,9 +40,9 @@
  • docker-compose.workspace.yml file for ONLYOFFICE Workspace Community Edition
  • docker-compose.workspace_enterprise.yml file for ONLYOFFICE Workspace Enterprise Edition
  • -

    Then replace the ${MAIL_SERVER_HOSTNAME} variable with your own hostname for the Mail Server. After that, assuming you have docker-compose installed, execute the following command:

    -
    cd link-to-your-modified-docker-compose
    -docker-compose up -d
    +            

    For working on Ubuntu 22.04 and Debian 11 or later, you need to use docker-compose versions v2.16.0 or later and uncomment the cgroup line in the yml file.

    +

    Then replace the ${MAIL_SERVER_HOSTNAME} variable with your own hostname for the Mail Server. After that, assuming you have docker-compose installed, execute the following command specifying the necessary yml file:

    +
    docker-compose -f docker-compose.workspace.yml up -d
     

    To find out more options of ONLYOFFICE Workspace installation using Docker, visit ">this page.