]> source.dussan.org Git - gitea.git/commitdiff
fix typo (#17614)
author缘生 <i@ysicing.me>
Sun, 14 Nov 2021 22:32:48 +0000 (06:32 +0800)
committerGitHub <noreply@github.com>
Sun, 14 Nov 2021 22:32:48 +0000 (17:32 -0500)
docs/content/doc/installation/with-docker-rootless.en-us.md

index 12aad592c8235b0294142fa1818386c9d8684924..896ef5aebbbca651b70e7e369c40be61de1db742 100644 (file)
@@ -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: