Merge pull request #1277 from ArashFatahzade/master

Removed a dot from .env-mailserver
This commit is contained in:
Erik Wramner 2019-09-30 08:33:43 +02:00 committed by GitHub
commit 0e7e586ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ Download the docker-compose.yml, the .env and the setup.sh files:
#### Create a docker-compose environment
- Edit the files `.env` and `.env-mailserver` to your liking:
- Edit the files `.env` and `env-mailserver` to your liking:
- `.env` contains the configuration for docker-compose
- `env-mailserver` contains the configuration for the mailserver container
- These files supports only simple `VAR=VAL` lines (see [Documentation](https://docs.docker.com/compose/env-file/)).