File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,11 @@ Prerequisites
25
25
26
26
$ sudo sysctl -w vm.max_map_count=262144
27
27
28
- Deployment with Portainer
29
- -------------------------
28
+ Deployment
29
+ ----------
30
+
31
+ With Portainer
32
+ ^^^^^^^^^^^^^^
30
33
31
34
The easiest way to get Zammad running is via a graphical docker UI. We recommend
32
35
`Portainer <https://www.portainer.io/ >`_.
@@ -66,8 +69,8 @@ Step 3: Deploy the Stack
66
69
host and port, e.g. ``http://localhost:8080/ ``.
67
70
68
71
69
- Deployment with Docker-Compose
70
- ------------------------------
72
+ With Docker-Compose
73
+ ^^^^^^^^^^^^^^^^^^^
71
74
72
75
Step 1: Clone the GitHub Repo
73
76
.. code-block :: console
@@ -165,7 +168,7 @@ should be done via one of the following methods:
165
168
166
169
Directly execute a specific command:
167
170
168
- .. code-block::console
171
+ .. code-block :: console
169
172
170
173
$ bundle exec rails r '...your rails command here...'
171
174
You can’t perform that action at this time.
0 commit comments