added docker-sync support
This commit is contained in:
9
docker-sync.yml
Normal file
9
docker-sync.yml
Normal file
@ -0,0 +1,9 @@
|
||||
version: "2"
|
||||
|
||||
options:
|
||||
verbose: true
|
||||
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
|
Reference in New Issue
Block a user