From 9970a00533cb551e2a697a61fcc4ec6c03e0b233 Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 06:40:06 -0400 Subject: [PATCH] adding php-fpm user --- docker-sync.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-sync.yml b/docker-sync.yml index d602e519..6df8bd55 100644 --- a/docker-sync.yml +++ b/docker-sync.yml @@ -6,4 +6,6 @@ syncs: applications-host-sync: # name of the sync volume src: '${APPLICATION}' # host source directory sync_strategy: 'native_osx' # native_osx is the default - sync_excludes: ['laradock', '.ignored_dot_folder'] \ No newline at end of file + 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 \ No newline at end of file