Browse Source

fix typo (#17614)

tags/v1.16.0-rc1
缘生 2 years ago
parent
commit
83a04e42cc
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      docs/content/doc/installation/with-docker-rootless.en-us.md

+ 3
- 1
docs/content/doc/installation/with-docker-rootless.en-us.md View 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:

Loading…
Cancel
Save