tomsik68 / docker-xampp

Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
198 stars 109 forks source link

Redis implementation #38

Open EnricoNapolitan opened 2 years ago

EnricoNapolitan commented 2 years ago

Is your feature request related to a problem? Please describe. no

Describe the solution you'd like I like pretty much this image but would be very great to have also Redis PHP extension implemented in it!

Describe alternatives you've considered Use another container with Redis but it require a lot of configs

Additional context I'm using a PHP, MySQL environment that use Redis to save some user session information

EnricoNapolitan commented 2 years ago

Using this link https://programmer.help/blogs/lamp-architecture-php-extension-module-installation.html I have successfully installed Redis in the same container and it works! But would be still a really good things to have it already configured in the image. Thank you

tomsik68 commented 2 years ago

Hi, I agree this would be a nice-to-have. I'll welcome any patches that add this, but I probably won't do it myself.