loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correctly refer to dev tags as nightly in the docker docs (#26004)

As title, `dev` tags are no longer used since we switched to `nightly`

Signed-off-by: jolheiser <john.olheiser@gmail.com>

authored by

John Olheiser and committed by
GitHub
0ef2919b 28ecac80

+2 -2
+1 -1
docs/content/doc/installation/with-docker-rootless.en-us.md
··· 67 67 68 68 > If you don't give the volume correct permissions, the container may not start. 69 69 70 - For a stable release you could use `:latest-rootless`, `:1-rootless` or specify a certain release like `:{{< version >}}-rootless`, but if you'd like to use the latest development version then `:dev-rootless` would be an appropriate tag. If you'd like to run the latest commit from a release branch you can use the `:1.x-dev-rootless` tag, where x is the minor version of Gitea. (e.g. `:1.16-dev-rootless`) 70 + For a stable release you could use `:latest-rootless`, `:1-rootless` or specify a certain release like `:{{< version >}}-rootless`, but if you'd like to use the latest development version then `:nightly-rootless` would be an appropriate tag. If you'd like to run the latest commit from a release branch you can use the `:1.x-nightly-rootless` tag, where x is the minor version of Gitea. (e.g. `:1.16-nightly-rootless`) 71 71 72 72 ## Custom port 73 73
+1 -1
docs/content/doc/installation/with-docker.en-us.md
··· 36 36 Create a directory like `gitea` and paste the following content into a file named `docker-compose.yml`. 37 37 Note that the volume should be owned by the user/group with the UID/GID specified in the config file. 38 38 If you don't give the volume correct permissions, the container may not start. 39 - For a stable release you can use `:latest`, `:1` or specify a certain release like `:{{< version >}}`, but if you'd like to use the latest development version of Gitea then you could use the `:dev` tag. If you'd like to run the latest commit from a release branch you can use the `:1.x-dev` tag, where x is the minor version of Gitea. (e.g. `:1.16-dev`) 39 + For a stable release you can use `:latest`, `:1` or specify a certain release like `:{{< version >}}`, but if you'd like to use the latest development version of Gitea then you could use the `:nightly` tag. If you'd like to run the latest commit from a release branch you can use the `:1.x-nightly` tag, where x is the minor version of Gitea. (e.g. `:1.16-nightly`) 40 40 41 41 ```yaml 42 42 version: "3"