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
1 changed files with 3 additions and 1 deletions

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: