Skip to content

Commit 953a638

Browse files
authored
ENGDOCS-2238 (#21029)
* ENGDOCS-2238 * ENGDOCS-2238
1 parent 473a90f commit 953a638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/manuals/compose/how-tos/file-watch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ aliases:
2222

2323
You don't need to switch on `watch` for all services in a Compose project. In some instances, only part of the project, for example the Javascript frontend, might be suitable for automatic updates.
2424

25+
Compose Watch is designed to work with services built from local source code using the `build` attribute. It doesn't track changes for services that rely on pre-built images specified by the `image` attribute.
26+
2527
## Compose Watch versus bind mounts
2628

2729
Compose supports sharing a host directory inside service containers. Watch mode does not replace this functionality but exists as a companion specifically suited to developing in containers.

0 commit comments

Comments
 (0)