[GH-ISSUE #549] Cockpit wrong volume #2279

Open
opened 2026-04-23 03:18:51 -05:00 by GiteaMirror · 0 comments
Owner

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:

volumes:
  - html:/var/www/html
  - data:/var/www/html/storage/data

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

Ubunutu 22

When does this error occur?

After successful deployment

Additional Context

No response

Will you send a PR to fix it?

No

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: volumes: - html:/var/www/html - data:/var/www/html/storage/data 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 ```bash Ubunutu 22 ``` ### When does this error occur? After successful deployment ### Additional Context _No response_ ### Will you send a PR to fix it? No
GiteaMirror added the bug label 2026-04-23 03:18:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#2279