File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml
99
10+ # Replace the above with the following line if you wish to use docker-sync.
11+ # COMPOSE_FILE=docker-compose.yml:docker-compose.dev.yml:docker-compose.sync.yml
12+
1013### Application Path ###################################################################################################
1114# Point to your code, will be available at `/var/www`.
1215
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if [ "$1" == "up" ] ; then
5959
6060 print_style " Initializing Docker Compose\n" " info"
6161 shift # removing first argument
62- docker-compose -f docker-compose.yml -f docker-compose.sync.yml up -d ${@ }
62+ docker-compose up -d ${@ }
6363
6464elif [ " $1 " == " down" ]; then
6565 print_style " Stopping Docker Compose\n" " info"
You can’t perform that action at this time.
0 commit comments