-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails again with read only config #9164
Comments
I think there is already an issue to report that. |
@lunny any issue that duplicate this? |
I think previous issues/prs are closed and considered resolved. |
This is specific to docker. Gitea does exit when there is a fatal error. The problem is that the way the docker is structured it will keep on trying to restart Gitea indefinitely. |
Yes. The docker container should exit and leave the restart logic to the orchestrator (docker-compose/kubernetes) |
[x]
):Description
Config should be considered immutable. Gitea should never attempt to save a value to app.ini
Error saving generated INTERNAL_TOKEN to custom config: open /data/gitea/c │
│ onf/app.ini: read-only file system
Gitea should exit when it finds a fatal error. There is no sense looping over that issue.
Screenshots
The text was updated successfully, but these errors were encountered: