adding quotes to user

This commit is contained in:
Arian Acosta 2017-07-15 06:48:23 -04:00
parent 9970a00533
commit b2c6e53bfa
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ options:
syncs:
applications-host-sync: # name of the sync volume
src: '${APPLICATION}' # host source directory
sync_user: 'www-data' # php-fpm user should have permission to read the files
sync_strategy: 'native_osx' # native_osx is the default
sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories
sync_user: www-data # php-fpm user should have permission to read the files
#sync_userid: 82