blackbirdchess-docker-dev/docker-sync.yml
2017-07-15 07:01:45 -04:00

10 lines
305 B
YAML

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: ['laradock', '.ignored_dot_folder'] # ignored directories
#sync_userid: 82