diff options
author | github-actions <github-actions@github.com> | 2023-04-05 21:24:36 +0300 |
---|---|---|
committer | github-actions <github-actions@github.com> | 2023-04-05 21:24:36 +0300 |
commit | 68f015beb05a8352dd03f211fbaca5673f3d56f9 (patch) | |
tree | 56a71028cb586280fbe9738e9c124d14a8bf5f24 | |
parent | 7f605b9452ac43316a0b81d78118c5dbe00ee26e (diff) |
Automated documentation update [skip ci]automated-documentation-update-4621599768
-rw-r--r-- | src/docker-outside-of-docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker-outside-of-docker/README.md b/src/docker-outside-of-docker/README.md index 793d5d0..f7f411a 100644 --- a/src/docker-outside-of-docker/README.md +++ b/src/docker-outside-of-docker/README.md @@ -19,7 +19,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv |-----|-----|-----|-----| | version | Select or enter a Docker/Moby CLI version. (Availability can vary by OS version.) | string | latest | | moby | Install OSS Moby build instead of Docker CE | boolean | true | -| dockerDashComposeVersion | Compose version to use for docker-compose (v1 or v2) | string | v1 | +| dockerDashComposeVersion | Compose version to use for docker-compose (v1 or v2) | string | v2 | | installDockerBuildx | Install Docker Buildx | boolean | true | ## Limitations |