This commit is contained in:
Arian Acosta 2017-07-15 17:16:30 -04:00
parent a1f8ef9614
commit 7029118f05
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if [ "$1" == "up" ] ; then
print_style "Initializing Docker Compose\n" "info"
shift # removing first argument
docker-compose -f docker-compose.yml -f docker-compose.sync.yml up -d "$value"
docker-compose -f docker-compose.yml -f docker-compose.sync.yml up -d $value
elif [ "$1" == "down" ]; then
print_style "Stopping Docker Compose\n" "info"