From 7bd4472026c1b58aecee799cb3a1236827a4ff4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9r=C3=B4me=20Canals?= <> Date: Mon, 18 Jul 2022 00:47:26 +0200 Subject: [PATCH] readme update --- php/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/README.md b/php/README.md index b50b156..f67f97e 100644 --- a/php/README.md +++ b/php/README.md @@ -11,7 +11,7 @@ Le dockerfile s'inspire de [celui-ci](https://hub.docker.com/r/lavoweb/php-5.6/) [vaprobash](https://github.com/fideloper/Vaprobash) ### tag -+ `8.1-apache`, `latest` : image pour php 8.1 + apache, basée sur l'image officielle `php:8.1-apache` ++ `8.1-apache`, `8.1`, `latest` : image pour php 8.1 + apache, basée sur l'image officielle `php:8.1-apache` + `8.1-cli` : image pour php 8.1 cli, sans apache, basée sur l'image officielle `php:8.1-cli` + `8.0-cli` : image pour php 8.0 cli, sans apache, basée sur l'image officielle `php:8.0-cli` + `8.0` : image pour php 8.0 + apache, basée sur l'image officielle `php:8.0-apache` -- GitLab