aws-samples / eb-docker-nginx-proxy

Apache License 2.0
145 stars 80 forks source link

Mysqli extension not enabled #3

Open myoung1620 opened 8 years ago

myoung1620 commented 8 years ago

While this is not really an "issue" per se, I'm trying to get this installed with mysqli extension enabled such that my deployment will function with php7 + aws RDS. Is this possible? I see that the library is installed but it is not enabled as an extension by default.

rushi216 commented 8 years ago

yes its possible, u have to create custom docker image with mysqli extension enabled see: https://hub.docker.com/_/php/