diff options
author | Rob Daugherty <rd472p@att.com> | 2017-11-03 11:35:53 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-11-03 11:35:53 -0400 |
commit | 3ce6553deb3e84426428018fcb12eba3a9536a6d (patch) | |
tree | 857741a3d0c009191e68bf80776fd893b454e903 /docker-compose.yml | |
parent | fffc083bcca5fe66475aa6f5002f749d5f38a4db (diff) |
wait-for.sh is too verbose
Adding the -q option to stop the verbose output.
Issue: SO-201
Change-Id: Id4a925589986ef1dbbe6386b769da06a9f0d0dd6
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index c2c867a..1769b46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,6 +46,7 @@ services: max-file: "5" command: - /wait-for.sh + - -q - -t - "300" - mariadb:3306 |