We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to actually stop this container? I'm trying to do an update, but I can't because I believe I can't disable the autoheal functionality.
The text was updated successfully, but these errors were encountered:
what helped me was to increase the timeout and start_period parameter in the healthcheck for the time of the upgrade process
timeout
start_period
healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080${OPENPROJECT_RAILS__RELATIVE__URL__ROOT:-}/health_checks/default"] interval: 10s timeout: 3s retries: 3 start_period: 30s ```
Sorry, something went wrong.
No branches or pull requests
Is there a way to actually stop this container? I'm trying to do an update, but I can't because I believe I can't disable the autoheal functionality.
The text was updated successfully, but these errors were encountered: