Skip to content
Snippets Groups Projects
Verified Commit d5ec12bb authored by David Beniamine's avatar David Beniamine
Browse files

Set upload limit for both memorekall AND legacy

parent 2714bc2d
No related branches found
No related tags found
1 merge request!58Set upload limit for both memorekall AND legacy
Pipeline #819 passed
......@@ -27,3 +27,5 @@ WORKDIR /sites/memorekall/www
VOLUME web_legacy
VOLUME log
RUN mkdir -p tmp
COPY uploads.ini $PHP_INI_DIR/conf.d/
upload_max_filesize=16M
post_max_size=20M
......@@ -100,5 +100,7 @@ COPY symfony.conf /etc/apache2/sites-enabled/000-default.conf
COPY entrypoint.sh /entrypoint.sh
COPY uploads.ini $PHP_INI_DIR/conf.d/
ENTRYPOINT ["bash","/entrypoint.sh"]
upload_max_filesize=16M
post_max_size=20M
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment