From 91dc4e5add95952f2bc5806029841dbc2777a793 Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Fri, 26 Jul 2019 16:04:56 +0200 Subject: [PATCH] SONAR-12067 Update docker image documentation about graceful shutdown --- sonarqube/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonarqube/content.md b/sonarqube/content.md index 50d76c775..7f8b4d5f0 100644 --- a/sonarqube/content.md +++ b/sonarqube/content.md @@ -97,7 +97,7 @@ $ docker run -ti sonarqube-custom Starting from SonarQube 7.8, SonarQube stops gracefully, waiting for any tasks in progress to finish. Waiting for in-progress tasks to finish can take a large amount of time which the docker does not expect by default when stopping. To avoid having the SonarQube instance killed by the Docker daemon after 10 seconds, it is best to configure a timeout to stop the container with `--stop-timeout`. For example: ```console -docker run --stop-timeout 3600 +docker run --stop-timeout 3600 %%IMAGE%% ``` ## Administration