mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
Without this, if you go:
$ fig up -d db
$ fig up web
you'll get output for both db and web, and Ctrl-C will kill them both.
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>