You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `action` is set to `sync+restart`, Compose synchronizes your changes with the service containers and restarts it.
97
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 for example
98
+
`sync+restart` is ideal when the 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, for example.
100
100
101
101
>[!TIP]
102
102
>
@@ -116,7 +116,7 @@ For `path: ./app/html` and a change to `./app/html/index.html`:
116
116
117
117
### `ignore`
118
118
119
-
The `ignore` patterns are relative to the `path` defined in the current `watch` action, not to the project directory. In the following Example 1, the ignore path would be relative to the `./web` directory specified in the `path` attribute.
119
+
The `ignore` patterns are relative to the `path` defined in the current `watch` action, not to the project directory. In the following Example 1, the ignore path would be relative to the `./web` directory specified in the `path` attribute.
0 commit comments