From ffb34275d29f9c9730c1d4f25091ed2b7d5b59db Mon Sep 17 00:00:00 2001 From: Or Bin Date: Sat, 15 Jan 2022 14:48:38 +0200 Subject: [PATCH] Added docker_compose_arch to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 885471b..8bf9e5f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Variables to control the state of the `docker` service, and whether it should st docker_install_compose: true docker_compose_version: "1.26.0" + docker_compose_arch: x86_64 docker_compose_path: /usr/local/bin/docker-compose Docker Compose installation options.