From e9996f8209a492d359354af6ac0b4d2422711add Mon Sep 17 00:00:00 2001 From: eroncero Date: Fri, 18 Jul 2025 12:16:44 +0200 Subject: [PATCH] Fix readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f5dba1..a63772a 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,9 @@ Docker image to install and run multiple PHP versions from the [Sury Debian repo ## Usage -Pull the image: - -```bash -docker pull eroncero/multi-php-fpm:latest - Run the image: +```bash docker run -it --rm \ -e PHP_VERSIONS="7.4 8.1" \ -e DEF_PHP_INTERPRETER="8.1" \