diff --git a/README.md b/README.md index 3efe6a2..a22c105 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ These docker images are built and published using Github Actions workflows. You ## whmcs-php-fpm This image is built on top of official php-fpm image found on Docker Hub. It takes care of all the dependencies required to run WHMCS, the included dependencies are based on official WHMCS documentation and recommendations. Few configs are included with sensible default values. +In case you need older PHP version for a theme, addon, etc. we build all PHP versions currently supported by WHMCS. + +| PHP Versions | Image tag | +| ------------ | ---------------- | +| 8.3 | php-8.3 / latest | +| 8.2 | php-8.2 | +| 8.1 | php-8.1 | +| 7.4 | php-7.4 | +| 7.3 | php-7.3 | +| 7.2 | php-7.2 | + ## whmcs-nginx This image is built on top of official nginx image found on Docker Hub. It includes a default.conf template with variables, allowing for configuration without having to edit the file itself. Scripts are also included which download WHMCS files using API and create directories outside web root according to WHMCS recommendations. Downloading of WHMCS and folder creation will only execute if directory is empty (ignores .gitignore), otherwise it will skip. @@ -37,4 +48,4 @@ All of these steps are required, you can choose for yourself if you want to do t | WHMCS_WRITE_GID | 33 | Group that will own files found in `WHMCS_WEB_ROOT` and `WHMCS_STORAGE_DIR` locations | | WHMCS_URL | | Override download URL of WHMCS files | | WHMCS_SHA256 | | Check against a specific checksum | -| WHMCS_CHANNEL | stable | Branch used to download WHMCS files from API | \ No newline at end of file +| WHMCS_CHANNEL | stable | Branch used to download WHMCS files from API |