Open ItsNoted opened 3 years ago
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
Maybe you were editing upload_max_filesize
or post_max_size
in php.ini at that time? If not, you may need to follow what @mattrayner said.
For upload_max_filesize
or post_max_size
, see:
.
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?