From 7f7dd9b746d73b787d85779aab8c8121efaaf396 Mon Sep 17 00:00:00 2001 From: Scott Weldon Date: Sun, 20 Jan 2019 02:16:19 -0800 Subject: [PATCH] Set minimum docker-compose version to 1.7 (Closes: #1106) Bump docker compose version to 1.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b14e61b4..e4d229f8 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Download the docker-compose.yml, the .env and the setup.sh files: - This file supports only simple `VAR=VAL` lines (see [Documentation](https://docs.docker.com/compose/env-file/)). - Don't quote your values. - Variable substitution is *not* supported (e.g. `OVERRIDE_HOSTNAME=$HOSTNAME.$DOMAINNAME`). -- Install [docker-compose](https://docs.docker.com/compose/) in the version `1.6` or higher. +- Install [docker-compose](https://docs.docker.com/compose/) in the version `1.7` or higher. #### Start Container docker-compose up -d mail