From 112e31a9330163b2fdf7ec04169bd978a83aad5f Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 18:47:02 -0400 Subject: [PATCH] polishing last details --- docker-compose.sync.yml | 2 +- docker-sync.yml | 2 +- sync.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.sync.yml b/docker-compose.sync.yml index b4b383a7..20bb016a 100644 --- a/docker-compose.sync.yml +++ b/docker-compose.sync.yml @@ -14,4 +14,4 @@ services: volumes: applications-sync: external: - name: "applications-host-sync" + name: "applications-docker-sync" diff --git a/docker-sync.yml b/docker-sync.yml index 0a3b4394..bb70a26e 100644 --- a/docker-sync.yml +++ b/docker-sync.yml @@ -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 diff --git a/sync.sh b/sync.sh index 9a7df180..1a70283b 100755 --- a/sync.sh +++ b/sync.sh @@ -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"