From da82ea22775cc31f3b4ceb0bb6f54a016fa37744 Mon Sep 17 00:00:00 2001 From: Eddy Date: Fri, 3 Oct 2025 12:54:22 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..895c4de --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# WHMCS Docker Images +These docker images are built and published using Github Actions workflows. You can inspect the workflows themselves in `.github/workflows/`. + +## 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. + +## whmcs-nginx +This image is built on top of official nginx image found on Docker Hub. It currently only copies over `nginx.conf` and generates `default.conf` based on a template. +This allows us to pass variables down to template when container is started. Which makes configuration easier than having to edit the file itself manually.