Set minimum docker-compose version to 1.7 (Closes: #1106)

Bump docker compose version to 1.7
This commit is contained in:
Scott Weldon 2019-01-20 02:16:19 -08:00 committed by Johan Smits
parent 8517a4d025
commit 7f7dd9b746
1 changed files with 1 additions and 1 deletions

View File

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