Add config option and shortcode for Gitea version (#7940)

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
John Olheiser 2019-08-22 20:55:06 -05:00 committed by Lunny Xiao
parent 9f58187f11
commit 4ea9a377db
11 changed files with 20 additions and 18 deletions

View file

@ -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"