aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-06-08 08:51:09 +0800
committerGitHub <noreply@github.com>2022-06-08 08:51:09 +0800
commit390fd3d2838bb6576e13620c396313954257daee (patch)
tree7863fd547e8f354b8bdd46e59956185e0aabd36f
parent83045747382c5bf6887ce374940be6970afc5cd3 (diff)
docker: remove outdated info from README (#7028)
[skip ci]
-rw-r--r--docker/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index 2c10b320..47946d5b 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -6,8 +6,6 @@ Visit [Docker Hub](https://hub.docker.com/u/gogs) or [GitHub Container registry]
## Usage
-ℹ️ Please use `gogs/gogs-rpi` if you're using Raspberry Pis!
-
To keep your data out of Docker container, we do a volume (`/var/gogs` -> `/data`) here, and you can change it based on your situation.
```sh