You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried to solve the storage permissions error with the steps in the README, it didn't work, I also tried doing it from a Dockerfile, it didn't give me a solution either, any ideas? I would also like to know how to disable APP_DEBUG
The text was updated successfully, but these errors were encountered:
You can do this: chown -R www-data:www-data /var/www/html, and debug is applied from your .env file, please check it in your .env file.
You can also apply it directly from the environment in your docker-compose.yaml file and it will override the existing environment in .env
Hello, I tried to solve the storage permissions error with the steps in the README, it didn't work, I also tried doing it from a Dockerfile, it didn't give me a solution either, any ideas? I would also like to know how to disable APP_DEBUG
The text was updated successfully, but these errors were encountered: