diff --git a/Dockerfile b/Dockerfile index c8706246dda8893e17da6af8dcc13b8e86fb8a3f..289c7006286cd22004dff945afd94b64ed6f73e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mattrayner/lamp:latest-1604 +FROM mattrayner/lamp:0.8.0-2004-php8 ENV PHP_DISPLAY_ERRORS Off ADD run.sh /run.sh diff --git a/README.md b/README.md index 0aef89c0f8f76db5b443776250bbf96af28c6aa5..39910109ffd9a6f260e2606ad9bb6d453e366501 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # LAMP (Linux/Apache/MySQL/PHP) -This LAMP docker image is based on `mattrayner/lamp:latest-1604` image. +This LAMP docker image is based on `mattrayner/lamp:0.8.0-2004-php8` image. You have more detailed information at https://hub.docker.com/r/mattrayner/lamp/ +This image has the following versions of the LAMP stack: +- Linux: Ubuntu 20.04 +- Apache: 2.4.41 +- MySQL: 8.0.26 +- PHP: 8.0.10 + + # Build the image First, you have to build the docker image. This process has to be done only once. ```