diff --git a/commands b/commands index c459a39..ac168b5 100755 --- a/commands +++ b/commands @@ -72,9 +72,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