From 6c7ecbf697be045f222759e48f5ede75830448b8 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sat, 1 Sep 2018 12:26:03 +0100 Subject: [PATCH] Update documentation for the minimum Docker & Docker Compose versions --- docs/deployment-with-docker.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/deployment-with-docker.rst b/docs/deployment-with-docker.rst index b21668241..41a4b454a 100644 --- a/docs/deployment-with-docker.rst +++ b/docs/deployment-with-docker.rst @@ -7,8 +7,8 @@ Deployment with Docker Prerequisites ------------- -* Docker 1.10+. -* Docker Compose 1.6+ +* Docker 17.05+. +* Docker Compose 1.17+ Understanding the Docker Compose Setup @@ -144,3 +144,4 @@ Move it to ``/etc/supervisor/conf.d/{{cookiecutter.project_slug}}.conf`` and run For status check, run:: supervisorctl status +