enabling sync

This commit is contained in:
Arian Acosta 2017-07-14 19:17:50 -04:00
parent 11687ffd36
commit 0baf791728
2 changed files with 4 additions and 4 deletions

View File

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

View File

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