Closed abutler3 closed 6 years ago
You should change the destination of your sync directory to the location where FPM has write permissions, add the following line to your sites/default/settings.php
:
$config_directories['sync'] = '/mnt/files/config/sync_dir';
Actually, ignore my previous comment. It seems this problem happened because you had a volume left from your older docker4drupal setup where config/
location was different, if you don't need any data on your volumes, you can prune them and run everything from scratch:
docker-compose stop
docker system prune --volumes
Thanks for the tip.
Got through the installation with no problems.
Having same problem. docker system prune --volumes
is not helps.
If I manually create this folder, it still show this message. If I enter into container and chown www-data:www-data
for this folder. Problem is missing, but on host there is permission problems.
This a bit odd, because container user wodby has group www-data 82, and folder has mode 775.
Using 5.0.4 to build a vanilla Drupal site, I get this screen
Codebase
Built-in vanilla Drupal
Host OS
macOS Sierra
Docker info output
Docker compose file
Logs output