Commit 7029118f authored by Arian Acosta's avatar Arian Acosta

sdfasdf

parent a1f8ef96
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment