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

How enable extensions php? #113

Closed auguzsto closed 1 year ago

auguzsto commented 1 year ago

Hi, guys! How do enable some extensions php?

ExerciseBook commented 1 year ago

add it to dockerfile and rebuild (确信)

ExerciseBook commented 1 year ago

https://github.com/ParaParty/docker-php-nginx this is my example, you can refer to it.

Hope helps.

TrafeX commented 1 year ago

Hi @auguzsto,

I hope the answers of @ExerciseBook helped you in the right direction. It's indeed needed to make the changes in the Dockerfile yourself.