defining user id 1000

This commit is contained in:
Arian Acosta 2017-07-15 07:09:58 -04:00
parent f59b9ebda6
commit 0aa63c40f8
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ options:
syncs:
applications-host-sync: # name of the sync volume
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' # native_osx is the default
sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories
#sync_userid: 82