Skip to content

Commit 0e493ef

Browse files
committed
Editorial updates
1 parent 8a5cb6d commit 0e493ef

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

source/install/install-docker.rst

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,15 @@ If you don't have Docker installed, follow the instructions below based on your
3030

3131
.. _Deploy Mattermost on Docker:
3232

33-
Before you begin
34-
----------------
35-
36-
This Docker deployment solution uses Docker Compose to get Mattermost up and running quickly.
37-
38-
.. note::
39-
Encountering issues with your Docker deployment? See the :ref:`Docker deployment troubleshooting <install/troubleshooting:docker deployments>` documentation for details.
40-
4133
Deploy Mattermost on Docker (Quick Start)
4234
-----------------------------------------
4335

4436
This section provides a quick start guide for deploying Mattermost on Docker. Leveraging `Docker Compose <https://docs.docker.com/compose/install/>`_, this deployment solution is designed to get Mattermost up and running quickly.
4537

4638
.. note::
47-
The deployment configuration results in two separate containers: a container for the database and a container for the application. An optional third container results when using NGINX for reverse proxy.
39+
40+
- The deployment configuration results in two separate containers: a container for the database and a container for the application. An optional third container results when using NGINX for reverse proxy.
41+
- Encountering issues with your Docker deployment? See the :ref:`Docker deployment troubleshooting <install/troubleshooting:docker deployments>` documentation for details.
4842

4943
To deploy Mattermost on Docker:
5044

@@ -62,11 +56,9 @@ To deploy Mattermost on Docker:
6256
cp env.example .env
6357
6458
.. important::
65-
66-
At a minimum, you must edit the ``DOMAIN`` value in the ``.env`` file to correspond to the domain for your Mattermost server.
6759

68-
.. note::
69-
We recommend configuring the `Support Email <https://docs.mattermost.com/administration/config-settings.html#support-email>`_ via ``MM_SUPPORTSETTINGS_SUPPORTEMAIL``. This is the email address your users will contact when they need help.
60+
- At a minimum, you must edit the ``DOMAIN`` value in the ``.env`` file to correspond to the domain for your Mattermost server.
61+
- We recommend configuring the `Support Email <https://docs.mattermost.com/administration/config-settings.html#support-email>`_ via ``MM_SUPPORTSETTINGS_SUPPORTEMAIL``. This is the email address your users will contact when they need help.
7062

7163
3. Create the required directories and set their permissions.
7264

0 commit comments

Comments
 (0)