Kaynağa Gözat

enabling sync

Arian Acosta 7 yıl önce
ebeveyn
işleme
0baf791728
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      docker-compose.yml
  2. 2 2
      docker-sync.yml

+ 2 - 2
docker-compose.yml

@@ -7,8 +7,8 @@ services:
     applications:
       image: tianon/true
       volumes:
-        - ${APPLICATION}:/var/www
-#        - applications-sync:/var/www:nocopy # nocopy is required
+#        - ${APPLICATION}:/var/www
+        - applications-sync:/var/www:nocopy # nocopy is required
 
 
 ### Workspace Utilities Container ###########################

+ 2 - 2
docker-sync.yml

@@ -5,5 +5,5 @@ options:
 syncs:
   applications-host-sync: # name of the sync volume
     src: '${APPLICATION}' # host source directory
-    # sync_strategy: 'native_osx' # native_osx is the default
-    # sync_excludes: ['ignored_folder', '.ignored_dot_folder'] # ignored folders form sync
+    sync_strategy: 'native_osx' # native_osx is the default
+    sync_excludes: ['laradock', '.ignored_dot_folder']