|
@@ -1,5 +1,5 @@
|
|
# Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
|
|
# Mark Shust's Magento Docker Compose (https://github.com/markoshust/magento-docker)
|
|
-# Version 11.1.4
|
|
|
|
|
|
+# Version 11.1.5
|
|
|
|
|
|
version: "2"
|
|
version: "2"
|
|
|
|
|
|
@@ -10,10 +10,4 @@ syncs:
|
|
sync_strategy: native_osx
|
|
sync_strategy: native_osx
|
|
sync_userid: 1000
|
|
sync_userid: 1000
|
|
sync_groupid: 1000
|
|
sync_groupid: 1000
|
|
- sync_args:
|
|
|
|
- - "-ignore='Path .idea'"
|
|
|
|
- - "-ignore='Path .git'"
|
|
|
|
- - "-ignore='BelowPath .git'"
|
|
|
|
- - "-ignore='Path var/cache/*'"
|
|
|
|
- - "-ignore='Path var/sessions/*'"
|
|
|
|
- - "-ignore='Path node_modules/*'"
|
|
|
|
|
|
+ sync_excludes: ['.idea', '.git*', 'var/cache', 'var/composer_home', 'var/page_cache', 'var/session', 'var/tmp', 'var/view_preprocessed']
|