From a961dd037527e04522ee4f0e649579205c96738f Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 6 Jan 2026 23:10:39 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme b/Readme index b3f3361..f5e9345 100644 --- a/Readme +++ b/Readme @@ -38,9 +38,9 @@ nano .env GLPI_DB_HOST=db GLPI_DB_PORT=3306 -GLPI_DB_NAME=glpi_db_name -GLPI_DB_USER=glpi_db_user -GLPI_DB_PASSWORD=glpi_db_password +GLPI_DB_NAME=glpi_name +GLPI_DB_USER=glpi_user +GLPI_DB_PASSWORD=glpi_password docker compose up -d