diff --git a/branch/main/docker_container_module.html b/branch/main/docker_container_module.html index 82030f65..4bcf1357 100644 --- a/branch/main/docker_container_module.html +++ b/branch/main/docker_container_module.html @@ -867,8 +867,8 @@ see

Determines what the module does if the image matches, but the image name in the container’s configuration does not match the image name provided to the module.

This is ignored if image: ignore is set in comparisons.

-

If set to recreate the container will be recreated.

-

If set to ignore (currently the default) the container will not be recreated because of this. It might still get recreated for other reasons. This has been the default behavior of the module for a long time, but might not be what users expect.

+

If set to recreate (default) the container will be recreated.

+

If set to ignore the container will not be recreated because of this. It might still get recreated for other reasons. This has been the default behavior of the module for a long time, but might not be what users expect.

The default changed from ignore to recreate in community.docker 4.0.0.

Choices: