From 20c37cffa989ff5ba5ebadc13e10f961b64c4016 Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Tue, 10 Dec 2024 15:53:34 +0100 Subject: [PATCH] Readme: clarified `debug` flavor origin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de12bc1..6620a52 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ We're providing different image flavors: - [`min`] PHP image for FPM and CLI with minimum requirements (e.g. `php8.2-min-latest`) - [`default`] PHP image for FPM and CLI incl. all optional dependencies (e.g. `php8.2-latest` or `php8.2-default-latest`) - [`max`] PHP image for FPM and CLI incl. all optional dependencies and additional extensions and software (e.g. `php8.2-max-latest`) -- [`debug`] PHP debug image based on PHP image above, including preconfigured Xdebug for FPM and CLI (e.g. `php8.2-debug-latest`) +- [`debug`] PHP debug image based on the `default` flavor, including preconfigured Xdebug for FPM and CLI (e.g. `php8.2-debug-latest`) - [`supervisord`] Supervisord image based on PHP image above, for cron & queue processing (e.g. `php8.2-supervisord-latest`) ## Versioning @@ -72,4 +72,4 @@ Same as PHP images, but using `-supervisor` after the PHP version: php8.2-supervisor-latest php8.2-supervisor-v3 ... -``` \ No newline at end of file +```