OpenConext / OpenConext-devconf

Contains configuration file to get an development environment up and running
Apache License 2.0
0 stars 1 forks source link

stepup-middleware cache dir needs to be writable #7

Closed phavekes closed 10 months ago

phavekes commented 10 months ago

A quick fix is docker compose exec middleware chown -R www-data /var/www/html/var/cache/prod/ but this should be fixed in the component or during the creating of the image

quartje commented 10 months ago

That's already in the image: https://github.com/OpenConext/Stepup-Middleware/blob/develop/docker/Dockerfile.prod

This is caused by the manual cache clear that is run when setting up the environment. I've added it to the README.md