This commit is contained in:
2026-04-23 04:33:43 +03:30
commit edde2ea185
11109 changed files with 3335449 additions and 0 deletions
+10
View File
@@ -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