mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-11 17:48:11 -05:00
[PR #203] [MERGED] Reload causing wp-app to be removed because of the folder path. [Wordpress Template] #275
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/Dokploy/templates/pull/203
Author: @meroo36
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/5/2025
Merged by: @Siumauricio
Base:
main← Head:patch-1📝 Commits (1)
a8301a8Update 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.