docker: Clarify required version numbers.

Per #184
This commit is contained in:
Shyam Sunder 2018-07-28 11:33:41 -04:00 committed by Marcin Kurczewski
parent b1a20a7134
commit 70385cfe3d
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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