Browse Source

chg: dev: change the comment place !minor

test
Valentin Lab 6 years ago
parent
commit
c4e8a45183
  1. 4
      bin/compose

4
bin/compose

@ -3019,9 +3019,11 @@ export SERVICE_PACK="${services_args[*]}"
case "$action" in
up|start|stop|build|run)
if [[ "$action" == "up" ]] && ! array_member action_opts -d; then ## force daemon mode for up
## force daemon mode for up
if [[ "$action" == "up" ]] && ! array_member action_opts -d; then
action_opts+=("-d")
fi
launch_docker_compose "${compose_opts[@]}" "$action" "${action_opts[@]}" "${action_posargs[@]}" "${remainder_args[@]}"
;;
logs)

Loading…
Cancel
Save