From 8be47e35706844d489415026a2087fdcb2a93627 Mon Sep 17 00:00:00 2001 From: bucde Date: Tue, 14 Sep 2021 14:01:53 +0200 Subject: [PATCH] fix: optimise docker restart command --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 2bd2693..0577a8b 100755 --- a/setup +++ b/setup @@ -89,7 +89,7 @@ docker exec -i $KIMAI_CONTAINER_NAME dd of=/opt/kimai/config/packages/local.yaml rm -f tmp -docker restart $KIMAI_CONTAINER_NAME +docker restart -t 0 $KIMAI_CONTAINER_NAME >> /dev/null echo -n "Wait until container is running ..."