Closed rounakdatta closed 2 years ago
Um, that's strange. The entrypoint should be resetting the file permissions to 755 on every container start, not completely nuking the permissions. Maybe I need to add that step again to the end, after the file has undergone modifications
This should be resolved now with the latest push of the :2.0.21
tag and new entrypoint script. Feel free to re-open if it continues to be a problem.
Thanks for such a quick turnaround, I took a pull of :2.0.21
and indeed the problem is fixed!
I get this error every time the webtrees container gets restarted. This blocks the application entirely. When I look at the file permissions of the
config.ini.php
file,Currently I fix it everytime by manually running
Is this a configuration issue on my side, or an idempotency issue in the Dockerfile? I believe we needn't generate/edit the config.ini.php file everytime.