Skip to content
Snippets Groups Projects
Commit 915d92b5 authored by jurgenhaas's avatar jurgenhaas
Browse files

#19 Update to d4d version 2.5.0

parent 019e0264
No related branches found
Tags v0.9.0
No related merge requests found
Pipeline #
...@@ -2,7 +2,7 @@ version: '2' ...@@ -2,7 +2,7 @@ version: '2'
services: services:
mariadb: mariadb:
image: 'wodby/mariadb:10.1' image: 'wodby/mariadb:10.2'
environment: environment:
MYSQL_ROOT_PASSWORD: password MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: drupal MYSQL_DATABASE: drupal
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
MYSQL_PASSWORD: drupal MYSQL_PASSWORD: drupal
php: php:
image: 'wodby/drupal-php:{{ php.version }}' image: 'wodby/drupal-php:{{ php.version }}-dev'
environment: environment:
PHP_SENDMAIL_PATH: /usr/sbin/sendmail -t -i -S mailhog:1025 PHP_SENDMAIL_PATH: /usr/sbin/sendmail -t -i -S mailhog:1025
DB_HOST: mariadb DB_HOST: mariadb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment