From 70385cfe3d9c55f33ae58c02a1fbaae0a671ffa0 Mon Sep 17 00:00:00 2001 From: Shyam Sunder Date: Sat, 28 Jul 2018 11:33:41 -0400 Subject: [PATCH] docker: Clarify required version numbers. Per #184 --- INSTALL.md | 3 ++- docker-compose.yml.example | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b67dd25..eb67714 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,5 @@ -This assumes that you have Docker and Docker Compose already installed. +This assumes that you have Docker (version 17.05 or greater) +and Docker Compose (version 1.6.0 or greater) already installed. ### Prepare things diff --git a/docker-compose.yml.example b/docker-compose.yml.example index 501a478..b44449f 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -3,7 +3,7 @@ ## Use this as a template to set up docker-compose, or as guide to set up other ## orchestration services -version: '3.1' +version: '2' services: ## Python3 container for backend API