Edit DockerComposeInstallation.ascx

This commit is contained in:
Svetlana Maleeva 2024-08-22 12:37:17 +03:00
parent ec4d421bd3
commit fc733b44e7

View File

@ -40,9 +40,9 @@
<li><a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.workspace.yml">docker-compose.workspace.yml file</a> for ONLYOFFICE Workspace Community Edition</li> <li><a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.workspace.yml">docker-compose.workspace.yml file</a> for ONLYOFFICE Workspace Community Edition</li>
<li><a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.workspace_enterprise.yml">docker-compose.workspace_enterprise.yml file</a> for ONLYOFFICE Workspace Enterprise Edition</li> <li><a target="_blank" href="https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/master/docker-compose.workspace_enterprise.yml">docker-compose.workspace_enterprise.yml file</a> for ONLYOFFICE Workspace Enterprise Edition</li>
</ul> </ul>
<p>Then replace the <code>${MAIL_SERVER_HOSTNAME}</code> variable with your own hostname for the <b>Mail Server</b>. After that, assuming you have docker-compose installed, execute the following command:</p> <p>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.</p>
<pre><code>cd link-to-your-modified-docker-compose <p>Then replace the <code>${MAIL_SERVER_HOSTNAME}</code> variable with your own hostname for the <b>Mail Server</b>. After that, assuming you have docker-compose installed, execute the following command specifying the necessary yml file:</p>
docker-compose up -d <pre><code>docker-compose -f docker-compose.workspace.yml up -d
</code></pre> </code></pre>
<p>To find out more options of <b>ONLYOFFICE Workspace</b> installation using Docker, visit <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-install-docker.aspx")%>">this</a> page.</p> <p>To find out more options of <b>ONLYOFFICE Workspace</b> installation using Docker, visit <a href="<%=VirtualPathUtility.ToAbsolute("~/installation/workspace-install-docker.aspx")%>">this</a> page.</p>
</div> </div>