blackbirdchess-docker-dev/docker-sync.yml

11 lines
429 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 13:09:58 +02:00
sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
2017-07-15 14:19:49 +02:00
sync_strategy: 'native_osx' # for windows use 'unison' for linux docker-sync is not necessary
2017-07-15 12:40:06 +02:00
sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories