Replies: 1 comment
-
|
Hi @navhaxs! I'm Dosu and I’m helping the templates team. The [[config.mounts]]
filePath = "uploads.ini"
content = """upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 256M
max_execution_time = 300
max_input_vars = 3000Dokploy provisions this file and places it at To customize it for an already-deployed instance, go to your WordPress service in Dokploy → Advanced tab → Volumes (or File Mounts), and you should see the To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey so I've got a few WordPress app instances deployed using the template -
https://github.com/Dokploy/templates/blob/canary/blueprints/wordpress/docker-compose.yml
I want to customise the uploads.ini file to increase the max upload limit.
I can see that there is this mapping included in the template
../files/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini...but my question is: where is this file? does it exist? or do I need to create it - and where?
And it's not clear to me where the file path is relative to on the filesystem.
Thanks! 🙏🙏
Beta Was this translation helpful? Give feedback.
All reactions