From: Rafael dos Santos Silva Date: Wed, 13 May 2020 18:41:47 +0000 (-0300) Subject: wait a bit more if necessary for container stop X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=49ed14152971f7f4a7437657987952be44c33c0a;p=discourse_docker.git wait a bit more if necessary for container stop --- diff --git a/launcher b/launcher index 82c6825..96b8869 100755 --- a/launcher +++ b/launcher @@ -806,7 +806,7 @@ case "$command" in echo "Stopping old container" ( set -x - $docker_path stop -t 10 $config + $docker_path stop -t 60 $config ) fi