aboutsummaryrefslogtreecommitdiff
path: root/src/docker-in-docker/README.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-11 22:20:11 +0300
committerGitHub <noreply@github.com>2022-08-11 22:20:11 +0300
commitf8396a6c3531a3a307f5f9d1d3adf065baa7a5a6 (patch)
tree7944171a5826cb46cbbc4599f4e0c567c16fdefd /src/docker-in-docker/README.md
parent44694d699fd715edeeb9fcea9271b09c39b5ac35 (diff)
Automated documentation update (#90)
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/docker-in-docker/README.md')
-rw-r--r--src/docker-in-docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md
index 5160e8e..c2e21e0 100644
--- a/src/docker-in-docker/README.md
+++ b/src/docker-in-docker/README.md
@@ -19,7 +19,7 @@ Create child containers *inside* a container, independent from the host's docker
|-----|-----|-----|-----|
| version | Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.) | string | latest |
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
-| docker_dash_compose_version | Default version of Docker Compose (v1 or v2) | string | v1 |
+| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 |
---