mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1308] [CLOSED] Configure docker PHP for production use #1311
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1308
Author: @JustTNE
Created: 4/27/2025
Status: ❌ Closed
Base:
main← Head:docker-php-production📝 Commits (2)
b1a19e8Configure docker container PHP for production use8199ab6Raise docker container PHP maximum file upload size📊 Changes
2 files changed (+8 additions, -0 deletions)
View changed files
📝
Dockerfile(+3 -0)➕
docker/pelican-php.ini(+5 -0)📄 Description
As strongly recommended on https://hub.docker.com/_/php, configures PHP for production use. Additionally, the upload file size limit is removed entirely to allow for livewire uploads larger than the default 2 MB that PHP ships with.
This pull request does not build because #1251 introduced a build error, but works perfectly fine if the build error is fixed and is ready to merge as-is.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.