How to allow to upload files in docx format in docker
I have a project with a uploadBox that runs without any problem.
But, when I run the project using docker, the uploadBox doesn't work. and I face an error that says I can't upload the file with docx format!
When I run the project without using Docker, I don't see any file format error.
I did a bit of searching and found that I had to add a config in docker-compose file to allow to upload of the files in formats like docx.
I'll be grateful if you guide me.