fix: lock HK Gitea bootstrap

This commit is contained in:
Codex
2026-09-06 04:42:51 -07:00
parent 3b37904098
commit 6ca7093ceb
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -12,6 +12,10 @@ services:
GITEA__server__SSH_PORT: "222"
GITEA__server__SSH_LISTEN_PORT: "22"
GITEA__server__LFS_START_SERVER: "true"
GITEA__database__DB_TYPE: sqlite3
GITEA__database__PATH: /data/gitea/gitea.db
GITEA__security__INSTALL_LOCK: "true"
GITEA__service__DISABLE_REGISTRATION: "true"
ports:
- "222:22"
volumes: