Skip to content

Commit 112e31a

Browse files
committed
polishing last details
1 parent 8af22b5 commit 112e31a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ services:
1414
volumes:
1515
applications-sync:
1616
external:
17-
name: "applications-host-sync"
17+
name: "applications-docker-sync"

docker-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "2"
33
options:
44
verbose: true
55
syncs:
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

sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757

5858
if [ "$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"

0 commit comments

Comments
 (0)