This commit is contained in:
缘生
2021-11-15 06:32:48 +08:00
committed by GitHub
parent cd32b84811
commit 83a04e42cc

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: