From ccc7dcbafd288d88903e30d37bdb3e9581f1c8fd Mon Sep 17 00:00:00 2001 From: Antoine Guyon Date: Tue, 16 Mar 2021 15:22:02 +0100 Subject: [PATCH] update docker-compose version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1153131..70ff400 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Edit the glpi-install.sh specify a version in the VERSION_GLPI var, then launch ## Deploy without persistence data ( for quickly test ) ```yaml -version: "3.2" +version: "3.5" services: #mariadb Container @@ -56,7 +56,7 @@ MYSQL_PASSWORD=glpi ### docker-compose .yml ```yaml -version: "3.2" +version: "3.5" services: #mariadb Container