Skip to content

Commit

Permalink
document features for v2.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas De Loof <[email protected]>
  • Loading branch information
ndeloof committed Dec 13, 2024
1 parent e9dc800 commit bd68b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Compose to monitor source code for changes. For more information, see [Use Compo
`action` defines the action to take when changes are detected. If `action` is set to:

- `rebuild`, Compose rebuilds the service image based on the `build` section and recreates the service with the updated image.
- `restart`, Compose restarts the service container. [![Compose NEXT RELEASE](https://img.shields.io/badge/compose-NEXT-blue?style=flat-square)](https://github.com/docker/compose/releases/NEXT)
- `restart`, Compose restarts the service container. [![Compose v2.32.0](https://img.shields.io/badge/compose-v2.32.0-blue?style=flat-square)](https://github.com/docker/compose/releases/v2.32.0)
- `sync`, Compose keeps the existing service container(s) running, but synchronizes source files with container content according to the `target` attribute.
- `sync+restart`, Compose synchronizes source files with container content according to the `target` attribute, and then restarts the container.
- `sync+exec`, Compose synchronizes source files with container content according to the `target` attribute, and then executes a command inside the container. [![Compose NEXT RELEASE](https://img.shields.io/badge/compose-NEXT-blue?style=flat-square)](https://github.com/docker/compose/releases/NEXT)
- `sync+exec`, Compose synchronizes source files with container content according to the `target` attribute, and then executes a command inside the container. [![Compose v2.32.0](https://img.shields.io/badge/compose-v2.32.0-blue?style=flat-square)](https://github.com/docker/compose/releases/v2.32.0)


#### exec
Expand Down

0 comments on commit bd68b92

Please sign in to comment.