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.
1 parent 5357924 commit 6788b0aCopy full SHA for 6788b0a
Dockerfile
@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
20
&& apt-get clean \
21
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /etc/apache2/sites-enabled/000-*.conf
22
23
+COPY php.ini /usr/local/etc/php/php.ini
24
COPY bookstack.conf /etc/apache2/sites-enabled/bookstack.conf
25
RUN a2enmod rewrite
26
php.ini
@@ -0,0 +1,4 @@
1
+[PHP]
2
+
3
+post_max_size = 10M
4
+upload_max_filesize = 10M
0 commit comments