mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
* feat: Add pullImage option to ComposeCreate and update related logic - Introduced a new optional field `pullImage` in the `ComposeCreate` struct to control image pulling behavior. - Updated `CreateCompose` method to handle the `pullImage` flag when invoking the compose up command. - Modified `UpWithTask` function to conditionally skip image pulling based on the `pullImages` parameter. - Enhanced frontend form to include a checkbox for the `pullImage` option, with default value set to true. * feat: Add label for environment variable input in Compose form