configuring volume permissions
I'm having trouble getting my php app (not laravel) to have write permission to a volume.
i've consulted the docs here (https://docs.railway.app/guides/volumes#permissions). it says the volumes are mounted with root permission. I've enabled the flag mentioned. But it still mounts as root. What is the best practice here and how can I achieve PHP process write permission.
surely its not a good idea to run PHP as root?
is there a template/guide I can use or follow where this works out of the box?
2 Replies