Обновить Readme

This commit is contained in:
Andrey 2026-01-07 11:37:38 +07:00
parent 1c8b04291b
commit 9917e38971

8
Readme
View File

@ -13,7 +13,7 @@ services:
db:
condition: service_healthy
ports:
- "8083:80"
- "80:80"
db:
image: "mysql"
@ -38,9 +38,9 @@ nano .env
GLPI_DB_HOST=db
GLPI_DB_PORT=3306
GLPI_DB_NAME=glpi_name
GLPI_DB_USER=glpi_user
GLPI_DB_PASSWORD=glpi_password
GLPI_DB_NAME=glpi
GLPI_DB_USER=glpi
GLPI_DB_PASSWORD=glpi
docker compose up -d