mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
fix typo (#17614)
This commit is contained in:
parent
cd32b84811
commit
83a04e42cc
1 changed files with 3 additions and 1 deletions
|
@ -168,7 +168,9 @@ named volumes; Docker will deal with that automatically.
|
||||||
version: "2"
|
version: "2"
|
||||||
|
|
||||||
+volumes:
|
+volumes:
|
||||||
+ gitea:
|
+ gitea-data:
|
||||||
|
+ driver: local
|
||||||
|
+ gitea-config:
|
||||||
+ driver: local
|
+ driver: local
|
||||||
+
|
+
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue