- Stop all working dockers with
docker stop $(docker ps -a -q) docker-compose up -ddocker-compose exec php composer update- Visit http://localhost:8888/ to continue installation process
- For database use the following settings
DB_HOST: mariadb
DB_USER: drupal
DB_PASSWORD: drupal
DB_NAME: drupal
DB_DRIVER: mysql
docker-compose exec php composer ...
docker-compose exec php drush ...
install npm dependencies and run watch script
npm inpm run watchthis lanuches browser sync and watches all the css and js changes
npm run prodcompress css & js
Drush export import