Skip to content

This document provides step-by-step instructions on how to run the GLPI application using Docker. By following these steps, you can quickly set up and run GLPI within Docker containers.

License

Notifications You must be signed in to change notification settings

akinbicer/docker-glpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLPI Application

This document provides step-by-step instructions on how to run the GLPI application using Docker. By following these steps, you can quickly set up and run GLPI within Docker containers.

Requirements

Notes

  • GLPI data is stored in the /var/www/html/glpi directory and is persistent. Be sure to backup this directory and take security precautions.
  • You can manage database settings in the .env file, and it does not require containers to be restarted.

Installation

  1. Clone this repository:
    git clone https://github.com/akinbicer/docker-glpi.git
    cd docker-glpi
  2. Edit the installations/environments/db.env file to specify your desired database and GLPI application settings.
  3. Start the containers using Docker Compose:
    docker-compose up -d
  4. You can access GLPI in your web browser using the following URL:
    http://localhost
    

License

This project is licensed under the MIT License.

Issues, Feature Requests or Support

Please use the New Issue button to submit issues, feature requests or support issues directly to me. You can also send an e-mail to akin.bicer@outlook.com.tr.

About

This document provides step-by-step instructions on how to run the GLPI application using Docker. By following these steps, you can quickly set up and run GLPI within Docker containers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages