Skip to content

Commit

Permalink
adding verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Jan 18, 2021
1 parent d16d773 commit 49aac27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/compose.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env bash
set -eo pipefail

ACTION="$1"
if [ "${ACTION}" = "start" ]; then
DOCKER_CMD="up -d"
DOCKER_CMD="--verbose up -d"
elif [ "${ACTION}" = "stop" ]; then
DOCKER_CMD="down"
elif [ "${ACTION}" = "ps" ]; then
Expand Down

0 comments on commit 49aac27

Please sign in to comment.