Skip to content

Add php.ini overrides to Dockerfile #14

Description

@mindblender

By default PHP only allows 2MB files to be uploaded and this typically causes a problem in phpCollab.

To fix this, we need to set the following settings to allow larger files:

upload_max_filesize=20M
post_max_size=80M

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions