Docker Library Bot před 8 roky
rodič
revize
aefbbc3f6c
1 změnil soubory, kde provedl 7 přidání a 4 odebrání
  1. 7 4
      adminer/README.md

+ 7 - 4
adminer/README.md

@@ -163,10 +163,13 @@ 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)
 
 # License