Обновить Readme
This commit is contained in:
parent
0febed3aa2
commit
14d690b02b
8
Readme
8
Readme
@ -13,7 +13,7 @@ services:
|
|||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "8083:80"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: "mysql"
|
image: "mysql"
|
||||||
@ -38,9 +38,9 @@ nano .env
|
|||||||
|
|
||||||
GLPI_DB_HOST=db
|
GLPI_DB_HOST=db
|
||||||
GLPI_DB_PORT=3306
|
GLPI_DB_PORT=3306
|
||||||
GLPI_DB_NAME=glpi
|
GLPI_DB_NAME=glpi_db_name
|
||||||
GLPI_DB_USER=glpi
|
GLPI_DB_USER=glpi_db_user
|
||||||
GLPI_DB_PASSWORD=glpi
|
GLPI_DB_PASSWORD=glpi_db_password
|
||||||
|
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user