File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ services:
1414volumes :
1515 applications-sync :
1616 external :
17- name : " applications-host -sync"
17+ name : " applications-docker -sync"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "2"
33options :
44 verbose : true
55syncs :
6- applications-host -sync : # name of the sync volume
6+ applications-docker -sync : # name of the intermediary sync volume
77 compose-dev-file-path : ' docker-compose.sync.yml' # docker-compose override file
88
99 src : ' ${APPLICATION}' # host source directory
Original file line number Diff line number Diff line change 5757
5858if [ " $1 " == " up" ] ; then
5959 print_style " Initializing Docker Sync\n" " info"
60- print_style " May take a long time (15min+) the first run\n" " info"
60+ print_style " May take a long time (15min+) on the first run\n" " info"
6161 docker-sync start;
6262
6363 print_style " Initializing Docker Compose\n" " info"
You can’t perform that action at this time.
0 commit comments