DiouxX

Results 23 comments of DiouxX

The bin folder is in the glpi folder. By default, the location is /var/www/html/glpi. Maybe you need to set the full path to execute the command `docker exec '/var/www/html/glpi/bin/console database:enable_timezones'`

Hello, You can find the way to update the version and keep all your data : https://github.com/DiouxX/docker-glpi/issues/117

If it's your first install, you modify the database credentials before deploy the mariadb container or stack. You can find an example of a Docker Compose file [here](https://github.com/DiouxX/docker-glpi#deploy-with-persistence-data) If you...