diff --git a/pr/751/docker_compose_v2_pull_module.html b/pr/751/docker_compose_v2_pull_module.html index 5b9d977a..86aaadcd 100644 --- a/pr/751/docker_compose_v2_pull_module.html +++ b/pr/751/docker_compose_v2_pull_module.html @@ -301,7 +301,7 @@ see

Whether to pull images before running. This is used when docker compose up is ran.

always ensures that the images are always pulled, even when already present on the Docker daemon.

-

missing only pulls them when they are not present on the Docker daemon.

+

missing only pulls them when they are not present on the Docker daemon. This is only supported since Docker Compose 2.22.0.

Choices: