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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user