aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

Permission issues introduced when running artisan tasks as root #6

Open petehalverson opened 6 years ago

petehalverson commented 6 years ago

Permissions on files changed by running command line tasks has the potential to reset permissions as root:root (e.g. file based cache)

petehalverson commented 6 years ago

Can be resolved by passing the user flag on run or exec:

petehalverson commented 6 years ago

This is still an issue. setfacl fails when bind mounting volumes (3da38019654cd62560e7436322b92f94ac5788d5)