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" \