diff options
author | 缘生 <i@ysicing.me> | 2021-11-15 06:32:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-14 17:32:48 -0500 |
commit | 83a04e42cc9d70dd48bfa590869b0ef379fc5a74 (patch) | |
tree | db3a3d56b7b883b87956341dd98e0980e80f2b12 | |
parent | cd32b84811851992dd8fbb30ba1ac94cfbbcf317 (diff) | |
download | gitea-83a04e42cc9d70dd48bfa590869b0ef379fc5a74.tar.gz gitea-83a04e42cc9d70dd48bfa590869b0ef379fc5a74.zip |
fix typo (#17614)
-rw-r--r-- | docs/content/doc/installation/with-docker-rootless.en-us.md | 4 |
1 files changed, 3 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 12aad592c8..896ef5aebb 100644 --- a/docs/content/doc/installation/with-docker-rootless.en-us.md +++ b/docs/content/doc/installation/with-docker-rootless.en-us.md @@ -168,7 +168,9 @@ named volumes; Docker will deal with that automatically. version: "2" +volumes: -+ gitea: ++ gitea-data: ++ driver: local ++ gitea-config: + driver: local + services: |