From 8804d9858fbc431efdfaf038e7a74c2907a67b23 Mon Sep 17 00:00:00 2001 From: bkraul Date: Sat, 3 Dec 2022 09:15:19 -0600 Subject: [PATCH] Further documentation update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c2833..93c73c6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ # Introduction -This image is based on [webdevops/php-nginx](https://hub.docker.com/r/webdevops/php-nginx) image, with **mcrypt** extension and latest Microsoft **sqlsrv** and **pdo_sqlsrv** drivers and extensions. +This image is based on [webdevops/php-nginx](https://hub.docker.com/r/webdevops/php-nginx) image, with the following extensions and tools: + +* **mcrypt** (removed on PHP versions 7.3 and above) +* Microsoft **sqlsrv** and **pdo_sqlsrv** drivers and extensions. +* **node** + **yarn** (included in versions 7.3 and above). ## Tags