From 331e22d2451be49e95bec583d60f90472086779e Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Fri, 17 Sep 2021 16:07:44 +0200
Subject: [PATCH] docker/l3d#99 db server is now configurable

---
 docs/composer/plugin/d4d/index.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/composer/plugin/d4d/index.md b/docs/composer/plugin/d4d/index.md
index 602ad5f..bef8b96 100644
--- a/docs/composer/plugin/d4d/index.md
+++ b/docs/composer/plugin/d4d/index.md
@@ -230,6 +230,9 @@ docker4drupal:
   php:
     version: '7.4'
     xdebug: 1
+  dbserver:
+    type: 'mariadb'
+    version: '10.5'
   webserver:
     type: apache
   varnish:
-- 
GitLab