We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07af31d commit dab02b8Copy full SHA for dab02b8
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
30
Create a directory like `gitea` and paste the following content into a file named `docker-compose.yml`.
31
Note that the volume should be owned by the user/group with the UID/GID specified in the config file.
32
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`.
35
36
```yaml
37
version: "2"
0 commit comments