Sign inSign up

gstrtoint/glpi_isofttec

By gstrtoint

Updated about 4 years ago

GLPI Version 10.0.2

Image
0

105

gstrtoint/glpi_isofttec repository overview

Just GLPI

You need MySql or Mariadb

Deploy with docker-compose


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"
Post installation
Access container with:
docker exec -it glpi /bin/bash
go to /var/www/html/glpi and:

Once 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

Other information

THE LATEST GLPI DOCUMENTATION




Contact me, maybe I can help you!

Written by [email protected] or [email protected]

Gilmar N. Lima

Tks.

https://github.com/gstrtoint/docker-glpi

Tag summary

Content type

Image

Digest

sha256:3078a1637

Size

138.4 MB

Last updated

about 4 years ago

docker pull gstrtoint/glpi_isofttec:1.0