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 v3.7.55
No related merge requests found
Pipeline #
......@@ -2,7 +2,7 @@ version: '2'
services:
mariadb:
image: 'wodby/mariadb:10.1'
image: 'wodby/mariadb:10.2'
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: drupal
......@@ -10,7 +10,7 @@ services:
MYSQL_PASSWORD: drupal
php:
image: 'wodby/drupal-php:{{ php.version }}'
image: 'wodby/drupal-php:{{ php.version }}-dev'
environment:
PHP_SENDMAIL_PATH: /usr/sbin/sendmail -t -i -S mailhog:1025
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