gitea 的默认主分支改成master

This commit is contained in:
2026-04-08 13:19:08 +08:00
parent e5f841c624
commit 889f977dc7

View File

@@ -30,6 +30,7 @@ services:
- GITEA__server__DISABLE_SSH=false
# ---- GPG 签名 ----
- GITEA__repository__ENABLE_PUSH_CREATE_USER=true
- GITEA__repository__DEFAULT_BRANCH=master
- GITEA__repository_0X2E_signing__SIGNING_KEY=default
- GITEA__repository_0X2E_signing__SIGNING_NAME=${GPG_SIGNING_NAME:-Gitea}
- GITEA__repository_0X2E_signing__SIGNING_EMAIL=${GPG_SIGNING_EMAIL:-gitea@localhost}