Skip to content

Commit 83a04e4

Browse files
authored
fix typo (#17614)
1 parent cd32b84 commit 83a04e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/content/doc/installation/with-docker-rootless.en-us.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ named volumes; Docker will deal with that automatically.
168168
version: "2"
169169

170170
+volumes:
171-
+ gitea:
171+
+ gitea-data:
172+
+ driver: local
173+
+ gitea-config:
172174
+ driver: local
173175
+
174176
services:

0 commit comments

Comments
 (0)