Sfoglia il codice sorgente

fix typo (#17614)

tags/v1.16.0-rc1
缘生 2 anni fa
parent
commit
83a04e42cc
Nessun account collegato all'indirizzo email del committer

+ 3
- 1
docs/content/doc/installation/with-docker-rootless.en-us.md Vedi 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…
Annulla
Salva