summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/installation
diff options
context:
space:
mode:
authorWyall <lars.klompmaker@googlemail.com>2018-09-21 03:43:31 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2018-09-21 09:43:31 +0800
commitdab02b80fd27a6f1f3a5089cfd16f312a1f89bb7 (patch)
tree51e644d9bfe4a694bcbc6cf982d28cb2fa76a209 /docs/content/doc/installation
parent07af31d0045725596564e31499f621e3903b6a72 (diff)
downloadgitea-dab02b80fd27a6f1f3a5089cfd16f312a1f89bb7.tar.gz
gitea-dab02b80fd27a6f1f3a5089cfd16f312a1f89bb7.zip
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.
Diffstat (limited to 'docs/content/doc/installation')
-rw-r--r--docs/content/doc/installation/with-docker.en-us.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index aa4337e082..fb4d64e06a 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -30,6 +30,8 @@ image as a service. Since there is no database available one can be initialized
Create a directory like `gitea` and paste the following content into a file named `docker-compose.yml`.
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`.
```yaml
version: "2"