From 9b5d4d7298f1b106499be8e2605d039ed66a79d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 18 Oct 2017 11:32:40 +0200 Subject: [PATCH] Update list of supported Adminer drivers see TimWolla/docker-adminer#15 see TimWolla/docker-adminer#16 --- adminer/content.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/adminer/content.md b/adminer/content.md index 418e6c616..8adff42b6 100644 --- a/adminer/content.md +++ b/adminer/content.md @@ -90,7 +90,10 @@ While Adminer supports a wide range of database drivers this image only supports To add support for the other drivers you will need to install the following PHP extensions on top of this image: -- sqlsrv (MS SQL) -- oci8 (Oracle) -- interbase (Firebird) -- mongo (MongoDB) +- `pdo_dblib` (MS SQL) +- `oci8` (Oracle) +- `interbase` (Firebird) + +The following drivers are not supported by this image: + +- MongoDB (The driver is not supported by PHP 7)