From 0e2bee44025b6374b0262084ee02b0616e41836e Mon Sep 17 00:00:00 2001 From: Dinis Date: Tue, 6 Apr 2021 15:37:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615675d..a1e8c2f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # php53-apache-mysql-client-docker -Docker image with Ubuntu 20.04 with php5.3, apache2 and php5-mysql for discontinued projects that need mysql_connect +Docker image with: Ubuntu 20.04; apache2; php5.3; php5-mysql - for discontinued projects that need, e.g., mysql_connect Example `docker-compose.yml` ```