docker-lamp
docker-lamp copied to clipboard
php.ini resets when container restarts
I made some edits to the php.ini and whenever the server restarts the file seems to reset. This is not good for my use case. Can I change this?
Hi @geekedtv, you have a couple of options, you could use a volume to replace the php.ini file with a local one when you launch the image, or you can use a custom Dockerfile where you overwrite the php.ini file and you build an image for yourself which you use