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 c65061e commit e3a1235Copy full SHA for e3a1235
content/manuals/compose/how-tos/file-watch.md
@@ -95,7 +95,7 @@ image rebuild (e.g. `package.json`).
95
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.
+`sync+restart` is ideal when config file change, 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, for example.
100
101
>[!TIP]
0 commit comments