mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
[GH-ISSUE #549] Cockpit wrong volume #2279
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?
Originally created by @tschuehly on GitHub (Nov 24, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/549
Template Name
Cockpit
Relevant Logs of the Error
Volumes should be:
volumes:
- config:/var/www/html/config
- storage:/var/www/html/storage
The current config doesn't save assets:
https://getcockpit.com/documentation/core/quickstart/installation#persistent-storage
Steps to Reproduce the Error
Deploy the template, upload some assets and then clean up the system
Environment Information
When does this error occur?
After successful deployment
Additional Context
No response
Will you send a PR to fix it?
No