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 change, and you don't need to rebuild the image but just restart the main process of the service containers.
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
99
It will work well when you update a database configuration or your `nginx.conf` file, for example.
0 commit comments