blackbirdchess-docker-dev/docker-sync.yml

10 lines
305 B
YAML
Raw Normal View History

2017-07-14 23:03:01 +02:00
version: "2"
options:
verbose: true
syncs:
applications-host-sync: # name of the sync volume
src: '${APPLICATION}' # host source directory
2017-07-15 01:17:50 +02:00
sync_strategy: 'native_osx' # native_osx is the default
2017-07-15 12:40:06 +02:00
sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories
#sync_userid: 82