Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.17 KB

File metadata and controls

58 lines (33 loc) · 1.17 KB

Docker for GLPI with Fusioninventory and ssmtp to send notification emails

Docker for GLPI with Fusioninventory and SSMTP. For this environment you can set the Dockerfile to change Timezone and Language inside the glpi container.

alternate text

About this Image

GLPI version: Tested with 9.4.3 (you need to extract GLPI files to path /glpi)

PHP version: 7.3.4

Web Server: Apache 2.4.25

OS: Debian Stretch

How to use

1 - Clone this repository

2 - Access the repository

cd ambiente-glpi

3 - Extract GLPI Files to path /glpi:

4 - Up the container:

docker-compose up -d

5 - Config the GLPI system in url:

localhost:9898

Verifying the environment

After loading the container it's time to check if GLPI is running normally.

If you have not changed the configuration of the docker-compose.yml file then GLPI is running on port 9090. To access it put in your browser the address:

localhost:9898

Tutorial to setup ssmtp for GLPI email notification

https://techexpert.tips/glpi/glpi-email-notification-setup/