diff --git a/sync.sh b/sync.sh index 9ce4a600..f5144a0a 100755 --- a/sync.sh +++ b/sync.sh @@ -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"