From 301356f819d40307249be58ccf10430d04454dfb Mon Sep 17 00:00:00 2001 From: DiouxX Date: Tue, 16 Apr 2019 21:29:33 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3e0d69..821f6d0 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ docker run --name glpi --link mysql:mysql -p 80:80 -d diouxx/glpi docker run --name glpi --link yourdatabase:mysql -p 80:80 -d diouxx/glpi ``` -## Deploy GLPI with database and persistence container data +## Deploy GLPI with database and persistence data -For an usage on production environnement or daily usage, it's recommanded to use a data container for persistent data. +For an usage on production environnement or daily usage, it's recommanded to use container with volumes to persistent data. * First, create MySQL container with volume @@ -162,4 +162,4 @@ Modify this settings ```yaml environment: TIMEZONE=Europe/Brussels -``` \ No newline at end of file +```