fabd / kanji-koohii

A web application to help Japanese language learners remember the kanji.
https://kanji.koohii.com
GNU Affero General Public License v3.0
219 stars 21 forks source link

Fix file permission issues in the PHP/Apache container #293

Closed fabd closed 1 year ago

fabd commented 1 year ago

Fix file permission issues when running php in the container - and PHP can not write to files such as logs or using the symfony cache.

The default www-data user configured with Apache has uid/gid 33 and does not match the uid/gid on the host (typically 1000:1000).