This commit is contained in:
2021-03-23 09:55:49 +01:00
commit 59f7ffb48a
4 changed files with 35 additions and 0 deletions

5
docker/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM wordpress:5-apache
RUN a2enmod headers
COPY ./uploads.ini /usr/local/etc/php/conf.d/uploads.ini