Browse Source

fix: optimise docker restart command

master
bucde 3 years ago
parent
commit
8be47e3570
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup

+ 1
- 1
setup View File

@ -89,7 +89,7 @@ docker exec -i $KIMAI_CONTAINER_NAME dd of=/opt/kimai/config/packages/local.yaml
rm -f tmp rm -f tmp
docker restart $KIMAI_CONTAINER_NAME
docker restart -t 0 $KIMAI_CONTAINER_NAME >> /dev/null
echo -n "Wait until container is running ..." echo -n "Wait until container is running ..."


Loading…
Cancel
Save