8000 Permissions are now set to www-data user in app container after host … · Klizzy/symfony-docker@0095fa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0095fa4

Browse files
committed
Permissions are now set to www-data user in app container after host file change instead of root
1 parent 8b071c0 commit 0095fa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ syncs:
33
symfony_docker_volume:
44
sync_strategy: 'native_osx'
55
notify_terminal: true
6+
sync_userid: '33'
7+
sync_groupid: '33'
68
src: 'www'
79
sync_excludes: ['.git', '.idea', 'var/cache', 'var/cache/*', 'var/cache/log/*', 'var/log/*']

0 commit comments

Comments
 (0)
0