Browse Source

fix: [compose-core] make ``run`` also compute global all relation

master
Valentin Lab 3 weeks ago
parent
commit
cb68778314
  1. 2
      bin/compose-core

2
bin/compose-core

@ -5439,7 +5439,7 @@ fi
export COMPOSE_ACTION="$action"
NO_CONSTRAINT_CHECK=True
case "$action" in
up|status)
up|status|run)
NO_CONSTRAINT_CHECK=
if [ -n "$DEBUG" ]; then
Elt "solve all relations"

Loading…
Cancel
Save