Skip to content

Commit

Permalink
set upload limit to 3M locally as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestranovich-noaa committed Nov 7, 2024
1 parent 0105228 commit e50a4e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ RUN { \
# messages about the debugger not being able to connect when we don't have a
# listener running yet.
echo 'xdebug.log_level=0'; \
# Mirror cloud.gov php settings
echo 'memory_limit = 512M'; \
echo 'upload_max_filesize = 3M'; \
} > /usr/local/etc/php/conf.d/opcache-recommended.ini

ENV PATH=${PATH}:/opt/drupal/vendor/bin
Expand Down

0 comments on commit e50a4e2

Please sign in to comment.