[PR #1308] [CLOSED] Configure docker PHP for production use #1311

Closed
opened 2026-02-04 19:35:50 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1308
Author: @JustTNE
Created: 4/27/2025
Status: Closed

Base: mainHead: docker-php-production


📝 Commits (2)

  • b1a19e8 Configure docker container PHP for production use
  • 8199ab6 Raise 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1308 **Author:** [@JustTNE](https://github.com/JustTNE) **Created:** 4/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docker-php-production` --- ### 📝 Commits (2) - [`b1a19e8`](https://github.com/pelican-dev/panel/commit/b1a19e82ea6109c51c00e13bf2bc03ccb2fc5ea8) Configure docker container PHP for production use - [`8199ab6`](https://github.com/pelican-dev/panel/commit/8199ab6f0ff09ac6547c37f13acdf2ff4391e2d8) Raise docker container PHP maximum file upload size ### 📊 Changes **2 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -0) ➕ `docker/pelican-php.ini` (+5 -0) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:35:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1311