This guide uses the official GLPI Docker image.
mkdir -p glpi
cd glpi
.env FileCreate an .env file with the database settings used by the GLPI container:
GLPI_DB_HOST=db
GLPI_DB_PORT=3306
GLPI_DB_NAME=glpi
GLPI_DB_USER=glpi
GLPI_DB_PASSWORD=glpi
Create a docker-compose.yml using the official GLPI Docker image example, then start the stack:
docker compose up -d
Open the GLPI URL and follow the installer wizard. If you disabled auto-install, enter the database values from the .env file.
Feel free to contact us. Find all contact information on our contact page.