The following configuration files are mounted inside the respective containers and can be used to override the default settings:
.drude/etc/php5/php.ini- PHP settings overrides.drude/etc/php5/php-cli.ini- command line PHP settings overrides.drude/etc/mysql/my.cnf- MySQL settings overrides
Copy examples/.drude into the /.drude folder in your project repo and modify as necessary.
Switching PHP versions is done via the blinkreaction/drupal-cli docker image tags.
To switch to a different image tag:
- open the
docker-compose.ymlfile - replace the
cliserviceimageproperty as necessary (see list of available tags below) - run
dsh up
Available PHP versions:
5.6(image: blinkreaction/drupal-cli:stable) - default7.0(image: blinkreaction/drupal-cli:php7) - experimental
Switching MySQL versions is done via the blinkreaction/drupal-mysql docker image tags.
To switch to a different image tag:
- open the
docker-compose.ymlfile - replace the
dbserviceimageproperty as necessary (see list of available tags below) - run
dsh up
Available MySQL versions:
5.5(image: blinkreaction/drupal-mysql:5.5)5.6(image: blinkreaction/drupal-mysql:5.6) - default.5.7(image: blinkreaction/drupal-mysql:5.7)