[PR #203] [MERGED] Reload causing wp-app to be removed because of the folder path. [Wordpress Template] #275

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/203
Author: @meroo36
Created: 7/1/2025
Status: Merged
Merged: 7/5/2025
Merged by: @Siumauricio

Base: mainHead: patch-1


📝 Commits (1)

  • a8301a8 Update docker-compose volumes

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 blueprints/wordpress/docker-compose.yml (+2 -2)

📄 Description

volumes:
- ./wp-app:/var/www/html
- ../files/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini

when you use the volume like this, wp-app folder is generated inside /code folder. The code folder is wiped out after reloading but not deploying/redeploying.

After reloading since the wp-app folder is gone there is no way to access the app.


🔄 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/203 **Author:** [@meroo36](https://github.com/meroo36) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/5/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`a8301a8`](https://github.com/Dokploy/templates/commit/a8301a8fbb622fa6b9028615c04f2031ca0630b9) Update docker-compose volumes ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/wordpress/docker-compose.yml` (+2 -2) </details> ### 📄 Description volumes: **_- ./wp-app:/var/www/html_** - ../files/uploads.ini:/usr/local/etc/php/conf.d/uploads.ini when you use the volume like this, wp-app folder is generated inside /code folder. The code folder is wiped out after reloading but not deploying/redeploying. After reloading since the wp-app folder is gone there is no way to access the app. --- <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:56 -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#275