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> |
||
|---|---|---|
| .. | ||
| api.php | ||
| applications.php | ||
| constants.php | ||
| databases.php | ||
| docker.php | ||
| domains.php | ||
| github.php | ||
| notifications.php | ||
| parsers.php | ||
| proxy.php | ||
| remoteProcess.php | ||
| services.php | ||
| shared.php | ||
| socialite.php | ||
| subscriptions.php | ||
| sudo.php | ||
| timezone.php | ||