1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-06 13:24:48 -04:00
This commit is contained in:
缘生 2021-11-15 06:32:48 +08:00 committed by GitHub
parent cd32b84811
commit 83a04e42cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: