Explorar o código

adding php-fpm user

Arian Acosta %!s(int64=7) %!d(string=hai) anos
pai
achega
9970a00533
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      docker-sync.yml

+ 3 - 1
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']
+    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