diff --git a/commands b/commands index 0da81ea..fd44405 100755 --- a/commands +++ b/commands @@ -76,9 +76,6 @@ case "$1" in docker exec -it "$ID" chmod -R 777 /data service_stop "$SERVICE" - dokku_log_verbose_quiet "Killing container" - docker kill "$ID" > /dev/null || true - sleep 1 dokku_log_verbose_quiet "Removing container" docker rm -v "$ID" > /dev/null