diff options
author | John Olheiser <john.olheiser@gmail.com> | 2023-07-20 04:26:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 17:26:02 +0800 |
commit | 0ef2919bb6f992582cefdc4fc789f4b1e9433121 (patch) | |
tree | 19216ba184af81f110a3d653230c4cf7abb1689e /docs/content/doc/installation/with-docker-rootless.en-us.md | |
parent | 28ecac8024eeb17352ab5bb531850ad38772cee8 (diff) | |
download | gitea-0ef2919bb6f992582cefdc4fc789f4b1e9433121.tar.gz gitea-0ef2919bb6f992582cefdc4fc789f4b1e9433121.zip |
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>
Diffstat (limited to 'docs/content/doc/installation/with-docker-rootless.en-us.md')
-rw-r--r-- | docs/content/doc/installation/with-docker-rootless.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/with-docker-rootless.en-us.md b/docs/content/doc/installation/with-docker-rootless.en-us.md index 5aa4e46e12..6c2326b7c9 100644 --- a/docs/content/doc/installation/with-docker-rootless.en-us.md +++ b/docs/content/doc/installation/with-docker-rootless.en-us.md @@ -67,7 +67,7 @@ sudo chown 1000:1000 config/ data/ > If you don't give the volume correct permissions, the container may not start. -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`) +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`) ## Custom port |