You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Clear up env format and hostname value (#1076)
* Describe format for .env in README * Display used domain and hostname even when they are not acceptable This should be clearer for the user when the hostname was set incorrectly.
This commit is contained in:
committed by
Johan Smits
parent
cc56b4f89e
commit
0fb4a6d082
@ -63,6 +63,9 @@ 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/)).
|
||||
- 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.
|
||||
|
||||
#### Start Container
|
||||
|
Reference in New Issue
Block a user