diff --git a/README.md b/README.md index a57a62b..b62defb 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,6 @@ cp -r ressources/drupal/services.yml src/web/sites/default/ ### get the sites/default/files folder rsync the files from you know where (if you don't, you don't) to src/sites/default/files/ -### xdebug -copy ```ressources/xdebug.ini.exemple``` to ```ressources/xdebug.ini``` and edit the ```xdebug.remote_host``` ip to your host locale ip (e.g. : 192.168.0.23) (or once the docker is started to the host ip from the container point of vu e.g. 172.21.0.1) - ## Mysql Copy your-sql-dump.sql files into ```./ressources/erable.sql``` They will be automaticly imported into the mysql containers dbs (only) on the first docker-compose up