marmelab / gaudi

Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.
http://gaudi.io/
MIT License
563 stars 28 forks source link

php-fpm doesn't have write permissions to /var/www #37

Closed pengux closed 10 years ago

pengux commented 10 years ago

Many applications require write permissions to its own folder for uploads/cache/logging etc. But it seems like the volumes are mapped with root as owner so the PHP process cannot write to the folder.

manuquentin commented 10 years ago

Thanks for the report. Can you give me a sample config file ? What kind of folder are mounted ? Are you using vagrant to run docker ?