Closed ghost closed 6 years ago
Sounds like you installed Druipal before once and are ttrying to reinstall now. In that case, you need to set the permissions of the settings.php file back to writable on the host system so the installer can touch it.
When I run
drush si config_installer
inside the container, it fails with a permission error. I followed the "Usage" instructions in the readme. All files (includingsites/default/settings.php
) are owned by my user id and group id and have -rwxrwxr-x permissions, while the container runs as uid 1000. I cannot work around this by specifying a different--user
option todocker-compose exec
, as only thedrupal
user (uid 1000) has access to the Drupal directory/var/www/drupal/
.