You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/install/install-docker.rst
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,15 @@ If you don't have Docker installed, follow the instructions below based on your
30
30
31
31
.. _Deploy Mattermost on Docker:
32
32
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
-
41
33
Deploy Mattermost on Docker (Quick Start)
42
34
-----------------------------------------
43
35
44
36
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.
45
37
46
38
.. 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.
48
42
49
43
To deploy Mattermost on Docker:
50
44
@@ -62,11 +56,9 @@ To deploy Mattermost on Docker:
62
56
cp env.example .env
63
57
64
58
.. 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.
67
59
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.
70
62
71
63
3. Create the required directories and set their permissions.
0 commit comments