DiouxX

Results 22 comments of DiouxX

I've created an Docker image to GLPI based on Debian 12 and with PHP 7.4 You can use the tag `glpi:php7.4`

I understand the request and it's true that it could be more intuitive. I wonder if it wouldn't be better to leave the possibility of entering database information via the...

All right, I'll add this feature to the roadmap. Before that, I need to update the image to use Debian 12

Sorry for the late reply. Is the problem still there ?

Hello, I'm not very comfortable with the license. I don't know enough about the various licenses. I don't have a problem with others reusing the code produced here, but at...

That's a good idea, I hadn't thought of that. I have to look at how I have to modify the Dockerfile but it's interesting. Thanks for sharing ideas to improve...

Hello, Have you tried running the database upgrade with the following command : ` docker exec glpi php /var/www/html/glpi/bin/console database:update ` What is your docker-compose file ?

You need the **/var/www/html/glpi** folder because that's where GLPI is installed. And this is the volume in your docker-compose file. ```yaml volumes: - ./data:/var/www/html/glpi ``` Adapt my previous command with...

Hello, To run the command in your GLPI docker container, you can use the following: `docker exec 'php bin/console database:enable_timezones'`