sdfasdf
This commit is contained in:
parent
a1f8ef9614
commit
7029118f05
2
sync.sh
2
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"
|
||||
|
|
Loading…
Reference in New Issue