fix: Enable Gitea install wizard (INSTALL_LOCK=false)

Changed INSTALL_LOCK from true to false to allow first-time setup wizard.

After initial setup is complete, this can be changed back to true
to prevent unauthorized re-configuration.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell
2026-02-15 13:26:33 -05:00
parent 69fec4a0fa
commit cedc94d702

View File

@@ -19,7 +19,7 @@ services:
- GITEA__server__DOMAIN=git.corrosionmgmt.com - GITEA__server__DOMAIN=git.corrosionmgmt.com
- GITEA__server__SSH_DOMAIN=git.corrosionmgmt.com - GITEA__server__SSH_DOMAIN=git.corrosionmgmt.com
- GITEA__server__ROOT_URL=https://git.corrosionmgmt.com/ - GITEA__server__ROOT_URL=https://git.corrosionmgmt.com/
- GITEA__security__INSTALL_LOCK=true # Change to false if fresh install fails - GITEA__security__INSTALL_LOCK=false # Allow initial setup wizard
restart: always restart: always
volumes: volumes:
- ./gitea:/data - ./gitea:/data