Merge pull request #1374 from erik-wramner/document_bare_domains_968

Added FAQ for bare domains #968
This commit is contained in:
Erik Wramner 2020-01-18 12:23:40 +01:00 committed by GitHub
commit 3dd57daf1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,8 @@ Download the docker-compose.yml, the .env and the setup.sh files:
- Variable substitution is *not* supported (e.g. `OVERRIDE_HOSTNAME=$HOSTNAME.$DOMAINNAME`). - 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. - Install [docker-compose](https://docs.docker.com/compose/) in the version `1.7` or higher.
**Note:** If you want to use a bare domain (host name equals domain name) see [FAQ](https://github.com/tomav/docker-mailserver/wiki/FAQ-and-Tips#can-i-use-nakedbare-domains-no-host-name).
#### Start Container #### Start Container
docker-compose up -d mail docker-compose up -d mail