From 2a94e3a64859c153fadf2c6e0330a0e857674fce Mon Sep 17 00:00:00 2001 From: Frederick Robinson Date: Tue, 2 Jun 2020 00:20:58 -0700 Subject: [PATCH] Adjust docker version requirements in doc The default config uses docker compose version 2.1 https://docs.docker.com/compose/compose-file/compose-versioning/#version-21 --- docs/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index 9a371f889..59f408015 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -132,8 +132,8 @@ Docker Method .. caution:: If you want to use the included ``docker-compose.yml.example`` file, you - need to have at least Docker version **1.10.0** and docker-compose - version **1.6.0**. + need to have at least Docker version **1.12.0** and docker-compose + version **1.9.0**. See the `Docker installation guide`_ on how to install the current version of Docker for your operating system or Linux distribution of