barrel: Increase max upload size to 250 MB
This commit increases the maximal php upload size to 250 MB (from the default of 2).
This commit is contained in:
parent
a2612e5ee6
commit
7cbfaf99d5
4 changed files with 18 additions and 3 deletions
|
|
@ -60,15 +60,13 @@ ADD patch/easyrdf.patch /patch/easyrdf.patch
|
|||
# Add wisski configuration
|
||||
ADD conf/ports.conf /etc/apache2/ports.conf
|
||||
ADD conf/wisski.conf /etc/apache2/sites-available/wisski.conf
|
||||
ADD conf/wisski.ini /usr/local/etc/php/conf.d/wisski.ini
|
||||
RUN a2ensite wisski
|
||||
|
||||
# volumes for composer
|
||||
VOLUME /var/www/.composer
|
||||
VOLUME /var/www/data
|
||||
|
||||
# increase the php memory limit to 4g
|
||||
RUN echo 'memory_limit=4G' > /usr/local/etc/php/conf.d/memory-limit.ini
|
||||
|
||||
# Add and configure the entrypoint
|
||||
ADD scripts/entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue