Skip to content

Commit

Permalink
ADD: Hint to function of docker version tags (go-gitea#4967)
Browse files Browse the repository at this point in the history
I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.
  • Loading branch information
Wyall authored and lunny committed Sep 21, 2018
1 parent 07af31d commit dab02b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/doc/installation/with-docker.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dab02b8

Please sign in to comment.