organizing sync file
This commit is contained in:
parent
d83c9be2ea
commit
5eae7f3006
@ -4,7 +4,10 @@ options:
|
||||
verbose: true
|
||||
syncs:
|
||||
applications-host-sync: # name of the sync volume
|
||||
compose-dev-file-path: 'docker-compose.sync.yml' # compose override file for sync
|
||||
|
||||
src: '${APPLICATION}' # host source directory
|
||||
sync_userid: 1000 # giving permissions to www-data user (as defined in nginx and php-fpm Dockerfiles)
|
||||
sync_strategy: 'native_osx' # for windows use 'unison' for linux docker-sync is not necessary
|
||||
|
||||
sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories
|
||||
|
Loading…
Reference in New Issue
Block a user