1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-26 19:25:53 +02:00

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

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