From 14d690b02b40c33a63a7b2e5c82402fa3911c113 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 6 Jan 2026 22:34:12 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme b/Readme index e8dc161..b3f3361 100644 --- a/Readme +++ b/Readme @@ -13,7 +13,7 @@ services: db: condition: service_healthy ports: - - "80:80" + - "8083:80" db: image: "mysql" @@ -38,9 +38,9 @@ nano .env GLPI_DB_HOST=db GLPI_DB_PORT=3306 -GLPI_DB_NAME=glpi -GLPI_DB_USER=glpi -GLPI_DB_PASSWORD=glpi +GLPI_DB_NAME=glpi_db_name +GLPI_DB_USER=glpi_db_user +GLPI_DB_PASSWORD=glpi_db_password docker compose up -d