mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +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>