summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation/with-docker.en-us.md
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-08-22 20:55:06 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2019-08-23 09:55:06 +0800
commit4ea9a377db86e4b78d9be2f5d481f69a06c78856 (patch)
tree6bfc76f7b6eada8a53a529260b1d33cf17cc84ec /docs/content/doc/installation/with-docker.en-us.md
parent9f58187f1176d00e10b2d8fb0fb7fae1d1bcd17b (diff)
downloadgitea-4ea9a377db86e4b78d9be2f5d481f69a06c78856.tar.gz
gitea-4ea9a377db86e4b78d9be2f5d481f69a06c78856.zip
Add config option and shortcode for Gitea version (#7940)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/content/doc/installation/with-docker.en-us.md')
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index a403d18778..2bca5c5b95 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -31,7 +31,7 @@ Create a directory like `gitea` and paste the following content into a file name
Note that the volume should be owned by the user/group with the UID/GID specified in the config file.
If you don't give the volume correct permissions, the container may not start.
Also be aware that the tag `:latest` will install the current development version.
-For a stable release you can use `:1` or specify a certain release like `:1.5.1`.
+For a stable release you can use `:1` or specify a certain release like `:{{< version >}}`.
```yaml
version: "2"