diff --git a/bin/compose b/bin/compose index e6b9c74..ce77e98 100755 --- a/bin/compose +++ b/bin/compose @@ -2880,6 +2880,8 @@ if [ "$full_init" ]; then run_service_relations "${services_args[@]}" || exit 1 fi + run_service_hook pre_deploy "${services_args[@]}" || exit 1 + fi