From 62d5fe543795058ca26fd4dae9109ecf5b58f782 Mon Sep 17 00:00:00 2001 From: Sanket Mundra <97032782+sanket-mundra@users.noreply.github.com> Date: Wed, 12 Oct 2022 15:54:05 +0530 Subject: [PATCH] Added docker-compose compatibility version in readme to avoid Invalid interpolation format issue (#135) * Added docker-compose compatibility version in readme to avoid Invalid interpolation format issue --- README.md | 7 +++++-- docs/setup.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56dcce28..f7ad1eea 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,12 @@ know more about crAPI, please check [crAPI's overview][overview]. ## QuickStart Guide -### Docker +### Docker and docker-compose -You'll need to have Docker installed and running on your host system. +You'll need to have Docker and docker-compose installed and running on your host system. Also, the version of docker-compose should be `1.27.0` or above. Check your docker-compose version using: +``` +docker-compose version +``` #### Using prebuilt images You can use prebuilt images generated by our CI workflow. diff --git a/docs/setup.md b/docs/setup.md index 9b9a5f84..626fd478 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -1,9 +1,12 @@ Setup | crAPI ============= -## Docker +## Docker and docker-compose -You'll need to have Docker installed and running on your host system. +You'll need to have Docker and docker-compose installed and running on your host system. Also, the version of docker-compose should be `1.27.0` or above. Check your docker-compose version using: +``` +docker-compose version +``` ### Using prebuilt images You can use prebuilt images generated by our CI workflow.