mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-20 04:58:52 +00:00
Add config option and shortcode for Gitea version (#7940)
Signed-off-by: jolheiser <[email protected]>
This commit is contained in:
committed by
Lunny Xiao
parent
5bb5b714e2
commit
f5c4a98f2c
@@ -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