Skip to content

Commit 9970a00

Browse files
committed
adding php-fpm user
1 parent 3752f48 commit 9970a00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker-sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ syncs:
66
applications-host-sync: # name of the sync volume
77
src: '${APPLICATION}' # host source directory
88
sync_strategy: 'native_osx' # native_osx is the default
9-
sync_excludes: ['laradock', '.ignored_dot_folder']
9+
sync_excludes: ['laradock', '.ignored_dot_folder'] # ignored directories
10+
sync_user: www-data # php-fpm user should have permission to read the files
11+
#sync_userid: 82

0 commit comments

Comments
 (0)