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