Published
- 1 min read
docker wordpress increase upload size
The solution for this is noted below
docker wordpress increase upload size
Solution
sed -i "11i php_value upload_max_filesize 256M" .htaccess && sed -i "12i php_value post_max_size 256M" .htaccess
Try other methods by searching on the site. That is if this doesn’t work