UPDATE
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
FROM mirror-docker.runflare.com/wordpress:php8.2-apache
|
||||
|
||||
# Enable common WordPress-friendly Apache and PHP defaults.
|
||||
RUN a2enmod rewrite \
|
||||
&& { \
|
||||
echo "upload_max_filesize=64M"; \
|
||||
echo "post_max_size=64M"; \
|
||||
echo "memory_limit=256M"; \
|
||||
echo "max_execution_time=120"; \
|
||||
} > /usr/local/etc/php/conf.d/wordpress-custom.ini
|
||||
Reference in New Issue
Block a user