From d59b0cda4ed8f68bac328af6b06883438b450f34 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 17 Sep 2026 23:41:24 -0700 Subject: [PATCH] docs: fix recommanded and environnement typos in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d13c27a..ca4eaf1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - [Deploy with persistence data](#deploy-with-persistence-data) - [mariadb.env](#mariadbenv) - [docker-compose .yml](#docker-compose-yml) -- [Environnment variables](#environnment-variables) +- [Environment variables](#environment-variables) - [TIMEZONE](#timezone) # Introduction @@ -51,7 +51,7 @@ docker run --name glpi --link yourdatabase:mariadb -p 80:80 -d diouxx/glpi ## Deploy GLPI with database and persistence data -For an usage on production environnement or daily usage, it's recommanded to use container with volumes to persistent data. +For an usage on production environment or daily usage, it's recommended to use container with volumes to persistent data. * First, create MariaDB container with volume @@ -69,7 +69,7 @@ Enjoy :) ## 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. +For an usage on production environment, it's recommended to set specific release. Here an example for release 9.1.6 : ```sh docker run --name glpi --hostname glpi --link mariadb:mariadb --volume /var/www/html/glpi:/var/www/html/glpi -p 80:80 --env "VERSION_GLPI=9.1.6" -d diouxx/glpi @@ -187,7 +187,7 @@ To deploy, just run the following command on the same directory as files docker-compose up -d ``` -# Environnment variables +# Environment variables ## TIMEZONE If you need to set timezone for Apache and PHP