Home Explore Blog CI



docker

1st chunk of `content/includes/compose/watch.md`
2ad01a7a3739a0bd44f732bfb03ef923c7780199fd5f2a440000000100000116
The `watch` attribute automatically updates and previews your running Compose services as you edit and save your code. For many projects, this enables a hands-off development workflow once Compose is running, as services automatically update themselves when you save your work.

Title: Automatic Updates with the `watch` Attribute
Summary
The `watch` attribute in Compose automatically updates and previews running services whenever code is edited and saved, streamlining the development workflow by providing automatic updates.