From 2273e0b0ba77e2e68ef6a82e0a673c51ef86697e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=98=E7=94=9F?= Date: Thu, 11 Nov 2021 15:36:11 +0800 Subject: [PATCH] fix typo --- docs/content/doc/installation/with-docker-rootless.en-us.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 12aad592c8235..896ef5aebbbca 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: