polishing last details

This commit is contained in:
Arian Acosta 2017-07-15 18:47:02 -04:00
parent 8af22b5b37
commit 112e31a933
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ services:
volumes:
applications-sync:
external:
name: "applications-host-sync"
name: "applications-docker-sync"

View File

@ -3,7 +3,7 @@ version: "2"
options:
verbose: true
syncs:
applications-host-sync: # name of the sync volume
applications-docker-sync: # name of the intermediary sync volume
compose-dev-file-path: 'docker-compose.sync.yml' # docker-compose override file
src: '${APPLICATION}' # host source directory

View File

@ -57,7 +57,7 @@ fi
if [ "$1" == "up" ] ; then
print_style "Initializing Docker Sync\n" "info"
print_style "May take a long time (15min+) the first run\n" "info"
print_style "May take a long time (15min+) on the first run\n" "info"
docker-sync start;
print_style "Initializing Docker Compose\n" "info"