Arian Acosta 7 жил өмнө
parent
commit
112e31a933
3 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      docker-compose.sync.yml
  2. 1 1
      docker-sync.yml
  3. 1 1
      sync.sh

+ 1 - 1
docker-compose.sync.yml

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

+ 1 - 1
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

+ 1 - 1
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"