Browse Source

fix: remove subordinates from service list for final call of ``docker-compose``

myceliandre/dev/mac-compat
Valentin Lab 5 years ago
parent
commit
a4a8b65617
  1. 2
      bin/compose-core

2
bin/compose-core

@ -4072,6 +4072,8 @@ if [ "$is_docker_compose_action" -a "${#services_args[@]}" -gt 0 ]; then
else
action_posargs+=("${services[@]}")
fi
## Get rid of subordinates
action_posargs=($(get_master_services "${action_posargs[@]}")) || exit 1
fi

Loading…
Cancel
Save