- run make up
- run docker compose exec php bash -lc 'cd /var/www/html && composer create-project drupal/recommended-project .'
- create writable files directory -- run docker compose exec php bash -lc 'mkdir -p web/sites/default/files && chmod -R 777 web/sites/default/files'
- run drupal installer at http://localhost:8080
host: db,
name: drupal,
user: drupal,
pass: drupalpass