Fix readme

This commit is contained in:
eroncero
2025-07-18 12:16:44 +02:00
parent e0a290484b
commit e9996f8209

View File

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