Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 18, 2017
1 parent 77e8d04 commit aefbbc3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions adminer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aefbbc3

Please sign in to comment.