mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-23 20:24:54 +02:00
Separate environments and simplify docker-compose.yml
This commit is contained in:
parent
dc49f16117
commit
e60e2d180e
4 changed files with 340 additions and 401 deletions
|
@ -63,8 +63,8 @@ Download the docker-compose.yml, the .env and the setup.sh files:
|
|||
|
||||
#### Create a docker-compose environment
|
||||
|
||||
- Edit the `.env` to your liking. Adapt this file with your FQDN.
|
||||
- This file supports only simple `VAR=VAL` lines (see [Documentation](https://docs.docker.com/compose/env-file/)).
|
||||
- Edit the files `.env` and `.env-mailserver` to your liking.
|
||||
- These files 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.7` or higher.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue