mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add config option and shortcode for Gitea version (#7940)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
committed by
Lunny Xiao
parent
9f58187f11
commit
4ea9a377db
@@ -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"
|
||||
|
Reference in New Issue
Block a user