From 0aa63c40f85cefc5c5362c987eda79582b9150d9 Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 07:09:58 -0400 Subject: [PATCH] defining user id 1000 --- docker-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-sync.yml b/docker-sync.yml index b8282b4..0de3d13 100644 --- a/docker-sync.yml +++ b/docker-sync.yml @@ -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 \ No newline at end of file