Skip to content

Commit fe84211

Browse files
authored
Fixes #704 - Change structure for docker installation slightly & fix code-block
1 parent f9799d0 commit fe84211

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

install/docker-compose.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ Prerequisites
2525
2626
$ sudo sysctl -w vm.max_map_count=262144
2727
28-
Deployment with Portainer
29-
-------------------------
28+
Deployment
29+
----------
30+
31+
With Portainer
32+
^^^^^^^^^^^^^^
3033

3134
The easiest way to get Zammad running is via a graphical docker UI. We recommend
3235
`Portainer <https://www.portainer.io/>`_.
@@ -66,8 +69,8 @@ Step 3: Deploy the Stack
6669
host and port, e.g. ``http://localhost:8080/``.
6770

6871

69-
Deployment with Docker-Compose
70-
------------------------------
72+
With Docker-Compose
73+
^^^^^^^^^^^^^^^^^^^
7174

7275
Step 1: Clone the GitHub Repo
7376
.. code-block:: console
@@ -165,7 +168,7 @@ should be done via one of the following methods:
165168
166169
Directly execute a specific command:
167170

168-
.. code-block::console
171+
.. code-block:: console
169172
170173
$ bundle exec rails r '...your rails command here...'
171174

0 commit comments

Comments
 (0)