docker-images
docker-images copied to clipboard
This is still a work in progress. Example .env: ```env COMPOSE_PROFILES=full DB_ROOT_PASSWORD=glpi DB_USER=glpi DB_PASSWORD=glpi WEB_PORT=8067 DB_PORT=9906 GLPI_RELEASE=https://github.com/glpi-project/glpi/releases/download/10.0.0/glpi-10.0.0.tgz IMAGE_TAG=10.0.0 GLPI_LANG=en_US ``` When building an image, it will automatically download the archive...
`-rc` actually corresponds to the `alpha1` version, and will then automatically switch to the `beta` and `rc` versions.
I'm trying to set up an LDAPS connection with GLPI in a container, but without success; I don't understand how to do it. With a standard GLPI installation, there's no...
In my deployment, GLPI_LOG_DIR is set to `/var/log/glpi` and it is correct for user root inside the container. Instead, if I see env vars for user www-data it is using...
**Description of the problem:** The GLPI Docker image ships with `/etc/cron.d/glpi` and the cron daemon installed. However, the cron job never runs inside the container. The file contains: * *...
### Code of Conduct - [ ] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [x] I have searched the...
I got error when I change those variable .env GLPI_VAR_DIR=/opt/files GLPI_CONFIG_DIR=/opt/files/config GLPI_LOG_DIR=/opt/files/logs services: glpi: image: "glpi/glpi:latest" restart: "unless-stopped" volumes: - glpi_data:/opt/files:rw env_file: .env # Pass environment variables from .env file...
### Code of Conduct - [x] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [x] I have searched the existing...
To follow our recommendations in our documentation: https://help.glpi-project.org/tutorials/procedures/install_glpi#set-up-the-php.ini-file
Hello ! Can you implement Variable GLPI_DB_PASSWORD_FILE like docker secret as do it MariaDB image ? See https://hub.docker.com/_/mariadb#secrets Thanks a lot for your work !