TrafeX / docker-php-nginx

Docker image with PHP-FPM 8.3 & Nginx 1.26 on Alpine Linux
https://hub.docker.com/r/trafex/php-nginx
MIT License
1.37k stars 736 forks source link

Cache management #114

Closed marcellov7 closed 1 year ago

marcellov7 commented 1 year ago

Hi, congratulations for the project, I found it really very useful.

Is there already a cache management in this project? Otherwise what would you recommend me to integrate fastCGI cache or memcache?

Thank you

TrafeX commented 1 year ago

Hi @marcellov7,

Thank you! There is no cache management in this project. I would recommend to pick a system that's designed for this purpose. I have good experience with Memcache and Redis, both have good Docker containers which you can get up&running in minutes.

marcellov7 commented 1 year ago

Hi @marcellov7,

Thank you! There is no cache management in this project. I would recommend to pick a system that's designed for this purpose. I have good experience with Memcache and Redis, both have good Docker containers which you can get up&running in minutes.

Thanks 👍