mirror of
https://github.com/phpmyadmin/docker.git
synced 2026-08-28 02:24:24 -05:00
Revert "Increase limits for upload and post"
This reverts commit e9d1da4ebc.
This commit is contained in:
@@ -51,8 +51,6 @@ RUN { \
|
||||
echo 'allow_url_fopen = Off'; \
|
||||
echo 'max_execution_time = 600'; \
|
||||
echo 'memory_limit = 512M'; \
|
||||
echo 'upload_max_filesize = 10G'; \
|
||||
echo 'post_max_size = 10G'; \
|
||||
} > /usr/local/etc/php/conf.d/phpmyadmin-misc.ini
|
||||
|
||||
# Calculate download URL
|
||||
|
||||
Reference in New Issue
Block a user