Results 38 comments of FR

Thank you for your answer. I think not many Composer users are using post-drupal-scaffold-cmd . The second thing is: Composer users often use a "file-mapping" entry and set default.settings.php to...

I understand. Is it possible to use the pre-drupal-scaffold-cmd section of composer.json file to insert a command like `chomd 755 web/sites/default` in order to avoid the "Could not delete" error?...

Thank you for your reply. Maybe this is a solution for development servers, but not for production I think. Drupal sets the folder `/sites/default to 555`. What permission would you...

@RobinHoutevelts RobinHoutevelts Thank you for further reply.

Yes, thank you. I already have found it out by myself. The "Open in Browser" link in Docker Desktop is wrong. What is traefik for?

Thank you, I will try this. But what do you mean with "d4d"? This way you can edit your project file in Windows? And if the Docker container and volume...

I started docker4drupal with docker-compose up. Then in Docker Deskop I clicked on CLI link of my_drupal9_project_php to enter die PHP container. Then I installed Drupal using composer. Everything was...

`docker-compose exec php bash` or `docker exec -it /bin/bash` same result. Now I am in the container: `[email protected]:/var/www/html $` Here I try to install Drupal like this (into subfolder drupal):...