mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
Add better Docker development and prod support
This commit is contained in:
parent
e0462af9da
commit
fcf2c2468d
27 changed files with 1453 additions and 66 deletions
8
.docker/dev/php/snappymail.ini
Normal file
8
.docker/dev/php/snappymail.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
date.timezone = UTC
|
||||
upload_max_filesize = 1G
|
||||
post_max_size = 1G
|
||||
|
||||
# log_errors = On
|
||||
# display_errors = On
|
||||
# error_reporting = E_ALL
|
||||
# error_log = /dev/stderr
|
||||
Loading…
Add table
Add a link
Reference in a new issue