mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 16:15:04 +02:00
Set minimum docker-compose version to 1.7 (Closes: #1106)
Bump docker compose version to 1.7
This commit is contained in:
parent
8517a4d025
commit
7f7dd9b746
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue