From 1305513f8c977203ee6b1bb56f6ba2d8bda001a8 Mon Sep 17 00:00:00 2001 From: Antoine Guyon Date: Tue, 9 Mar 2021 11:55:59 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 818c4e4..b2c91c5 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,7 @@ Install and run an GLPI instance with docker. ## Deploy a specific release of GLPI -Default, docker run will use the latest release of GLPI. -For an usage on production environnement, it's recommanded to set specific release. -Here an example for release 9.1.6 : -```sh -docker run --name glpi -p 80:80 --env "VERSION_GLPI=9.1.6" -d aguyonnet/glpi -``` +Edit the glpi-install.sh specify a version in the VERSION_GLPI var # Deploy with docker-compose