We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e07c4e commit 684ed77Copy full SHA for 684ed77
1 file changed
towerify/Dockerfile
@@ -80,7 +80,7 @@ RUN install-php-extensions \
80
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
81
82
# Max execution time (default=30)
83
-RUN echo "max_execution_time=15" > $PHP_INI_DIR/conf.d/max-execution-time.ini
+RUN echo "max_execution_time=60" > $PHP_INI_DIR/conf.d/max-execution-time.ini
84
# Memory Limit (default=128M)
85
RUN echo "memory_limit=4096M" > $PHP_INI_DIR/conf.d/max-limit.ini
86
# POST max size (default=8M)
0 commit comments