We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70534d commit c65061eCopy full SHA for c65061e
content/manuals/compose/how-tos/file-watch.md
@@ -96,7 +96,7 @@ image rebuild (e.g. `package.json`).
96
If `action` is set to `sync+restart`, Compose synchronizes your changes with the service containers and restarts it.
97
98
`sync+restart` is ideal when config file changes, and you don't need to rebuild the image but just restart the main process of the service containers.
99
-It will work well when you update a database configuration or your `nginx.conf` file.
+It will work well when you update a database configuration or your `nginx.conf` file, for example.
100
101
>[!TIP]
102
>
0 commit comments