We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07518e4 commit bb9ff67Copy full SHA for bb9ff67
UPGRADING.md
@@ -29,8 +29,14 @@ section.
29
Note that `docker-zulip` did not support for Zulip's built-in
30
`restore-backup` tool before Zulip 3.0.
31
32
-1. Pull the new image version, e.g. for `2.0.8` run: `docker pull zulip/docker-zulip:2.0.8-0`. We recommend always upgrading to the
33
- latest minor release within a major release series.
+1. Pull the new image version, e.g. for `2.0.8` run:
+
34
+ ```shell
35
+ docker pull zulip/docker-zulip:2.0.8-0
36
+ ```
37
38
+ We recommend always upgrading to the latest minor release within a major
39
+ release series.
40
41
2. Update this project to the corresponding `docker-zulip` version and
42
resolve any merge conflicts in `docker-compose.yml`.
0 commit comments