浏览代码

adding quotes to user

Arian Acosta 7 年之前
父节点
当前提交
b2c6e53bfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker-sync.yml

+ 1 - 1
docker-sync.yml

@@ -5,7 +5,7 @@ options:
 syncs:
   applications-host-sync: # name of the sync volume
     src: '${APPLICATION}' # host source directory
+    sync_user: 'www-data' # php-fpm user should have permission to read the files
     sync_strategy: 'native_osx' # native_osx is the default
     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