PS_INSTALL_AUTO: 1 not working - PHP Fatal error: Uncaught Symfony\Component\Filesystem\Exception\IOException: Failed to create "/var/www/html/var/cache/prod/": mkdir(): Permission denied in /var/www/html/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php:105 #385
We are observing the issue using the following minimum docker-compose.yml based on https://devdocs.prestashop-project.org/8/basics/installation/environments/docker/#automatically-install-prestashop-with-test-data
The issue is observed with docker images versions
8.1.3-apache
,8.1.5-apache
but seems to be resolved inlatest
.Removing the volumes declaration from the presta ccontainer does not solve the issue.
docker-compose.yml: