mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-19 19:20:55 +00:00
When users define volumes with content: in compose files, the content was being removed from docker_compose but not docker_compose_raw. This caused files to be overwritten on every deployment/save when users edited the compose file. Now both docker_compose and docker_compose_raw are updated with the cleaned version (without content:), allowing users to freely edit files in the persistent storage view without them being overwritten. The content: field now acts as an initial value only - it creates the file on first deployment, then is removed so users have full control over file contents. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>