Skip to content

Commit dab02b8

Browse files
Wyalllunny
authored andcommitted
ADD: Hint to function of docker version tags (#4967)
I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
1 parent 07af31d commit dab02b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/doc/installation/with-docker.en-us.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ image as a service. Since there is no database available one can be initialized
3030
Create a directory like `gitea` and paste the following content into a file named `docker-compose.yml`.
3131
Note that the volume should be owned by the user/group with the UID/GID specified in the config file.
3232
If you don't give the volume correct permissions, the container may not start.
33+
Also be aware that the tag `:latest` will install the current development version.
34+
For a stable release you can use `:1` or specify a certain release like `:1.5.1`.
3335

3436
```yaml
3537
version: "2"

0 commit comments

Comments
 (0)