Remove call to docker kill
This commit is contained in:
2
commands
2
commands
@@ -76,8 +76,6 @@ case "$1" in
|
|||||||
docker exec -it "$ID" chmod -R 777 /var/lib/mysql
|
docker exec -it "$ID" chmod -R 777 /var/lib/mysql
|
||||||
|
|
||||||
service_stop "$SERVICE"
|
service_stop "$SERVICE"
|
||||||
dokku_log_verbose_quiet "Killing container"
|
|
||||||
docker kill "$ID" > /dev/null || true
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
dokku_log_verbose_quiet "Removing container"
|
dokku_log_verbose_quiet "Removing container"
|
||||||
|
|||||||
Reference in New Issue
Block a user