Skip to content

Commit

Permalink
fix typo (#17614)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Nov 14, 2021
1 parent cd32b84 commit 83a04e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/doc/installation/with-docker-rootless.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 83a04e4

Please sign in to comment.