From f957d3b2afb31b4240d57131f4be0e9ab505789e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=98=E7=94=9F?= Date: Mon, 15 Nov 2021 06:32:48 +0800 Subject: [PATCH] fix typo (#17614) --- doc/installation/with-docker-rootless.en-us.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/installation/with-docker-rootless.en-us.md b/doc/installation/with-docker-rootless.en-us.md index 12aad592..896ef5ae 100644 --- a/doc/installation/with-docker-rootless.en-us.md +++ b/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: