We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 487c3c1 + 59e3c19 commit 99a7c17Copy full SHA for 99a7c17
Dockerfile
@@ -32,7 +32,7 @@ RUN apk update && apk add --no-cache \
32
33
# PHP settings
34
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" \
35
- && echo "memory_limit=2048M" >> "$PHP_INI_DIR/conf.d/docker-php.ini"
+ && echo "memory_limit=2048M" >> "$PHP_INI_DIR/conf.d/docker-php.ini" \
36
&& echo "post_max_size=1024M" >> "$PHP_INI_DIR/conf.d/docker-php.ini"
37
38
# Nginx
0 commit comments