Just GLPI
You need MySql or Mariadb
services:
glpi:
image: gstrtoint/glpi_isofttec:1.0
container_name: glpi
restart: always
hostname: glpi
ports:
- "8000:80"
volumes:
- "/opt/docker/glpi:/var/www/html/glpi"
environment:
TZ: "America/Sao_Paulo"
docker exec -it glpi /bin/bashOnce GLPI has been installed, you’re almost done.
An extra step would be to secure (or remove) installation directory. As an example, you can consider adding the following to your Apache virtual host configuration (or in the glpi/install/.htaccess file)
With this example found in the link below, the install directory access will be limited to localhost only and will display an error message otherwise. Of course, you may have to adapt this to your needs; refer to your web server’s documentation.
From: https://glpi-install.readthedocs.io/en/latest/install/index.html
THE LATEST GLPI DOCUMENTATION
Written by [email protected] or [email protected]
Gilmar N. Lima
Tks.
Content type
Image
Digest
sha256:3078a1637…
Size
138.4 MB
Last updated
about 4 years ago
docker pull gstrtoint/glpi_isofttec:1.0