[PR #185] [MERGED] Updated WordPress template ⬆️🎉 #263

Closed
opened 2025-11-22 20:33:42 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/185
Author: @channchetra
Created: 6/16/2025
Status: Merged
Merged: 6/20/2025
Merged by: @Siumauricio

Base: mainHead: main


📝 Commits (3)

  • 2fed89c ⬆️ Upgrate Penpot to 2.6.1
  • ba47647 Merge branch 'Dokploy:main' into main
  • 4448499 Update wordpress

📊 Changes

3 files changed (+46 additions, -21 deletions)

View changed files

📝 blueprints/wordpress/docker-compose.yml (+27 -18)
📝 blueprints/wordpress/template.toml (+18 -2)
📝 meta.json (+1 -1)

📄 Description

  1. Update WordPress to latest version
  2. Update DB to MySQL 8.4
  3. Update wordpress configuration to
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 256M
max_execution_time = 300
max_input_vars = 3000
  1. add randomize password and wordpress debug mode.

🔄 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/Dokploy/templates/pull/185 **Author:** [@channchetra](https://github.com/channchetra) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`2fed89c`](https://github.com/Dokploy/templates/commit/2fed89ca34a6c9d923b3ac10736cc31dd12b27c5) ⬆️ Upgrate Penpot to 2.6.1 - [`ba47647`](https://github.com/Dokploy/templates/commit/ba476470dcadeedc64f8d603cfa73e31340bcda2) Merge branch 'Dokploy:main' into main - [`4448499`](https://github.com/Dokploy/templates/commit/444849963687b2a6e1acee4b09fcf18f45bc2ca1) Update wordpress ### 📊 Changes **3 files changed** (+46 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/wordpress/docker-compose.yml` (+27 -18) 📝 `blueprints/wordpress/template.toml` (+18 -2) 📝 `meta.json` (+1 -1) </details> ### 📄 Description 1. Update WordPress to latest version 2. Update DB to MySQL 8.4 3. Update wordpress configuration to ``` upload_max_filesize = 64M post_max_size = 64M memory_limit = 256M max_execution_time = 300 max_input_vars = 3000 ``` 4. add randomize password and wordpress debug mode. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:33:42 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#263