Is a fresh start of container required after adding / modifying *.cf files? #3623
-
|
Do I need to For example, I add a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Usually changes will require this yes. Most of the configuration we support is handled at startup of the container only. Especially with content that sits in
We do have support for some of these configs. It's not documented though, often called "change detection service" / "changedetector" / It is presently not active when using LDAP however. Other supported configs are mostly related to |
Beta Was this translation helpful? Give feedback.
Usually changes will require this yes. Most of the configuration we support is handled at startup of the container only. Especially with content that sits in
/tmp/docker-mailserveron the container, if the data isn't used by a service directly from there (it usually shouldn't), then it won't know about it until we copy it over to the proper place and adjust any necessary configuration to enable it (which is what the startup scripts do).We do have support for some of these configs.
It's not documented though, often called "change detection service" / "changedetector" /
check-for-changes.sh(actual script name). Here's an example of e…