Обновить Readme
This commit is contained in:
parent
1c8b04291b
commit
9917e38971
8
Readme
8
Readme
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user