Add Dockerfile for phpBB 3.2

This commit is contained in:
selim13
2017-02-06 17:57:15 +03:00
parent e3ff8b5996
commit 5503ccce5d
10 changed files with 332 additions and 1 deletions

18
3.2-apache/php5/php.ini Normal file
View File

@@ -0,0 +1,18 @@
[PHP]
file_uploads = On
max_file_uploads = 2
upload_max_filesize = 8M
post_max_size = 8M
allow_url_fopen = On
expose_php = Off
security.limit_extensions = .php
output_buffering = On
display_errors = Off
log_errors = On
error_log = /dev/stderr
[Date]
date.timezone = 'UTC'