From 96268bb45b9121dcbee5f40cfadd387d377cfce5 Mon Sep 17 00:00:00 2001 From: Arash Fatahzade Date: Sun, 29 Sep 2019 21:47:09 +0330 Subject: [PATCH] Removed a dot from .env-mailserver --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2b5025e..ed6456cf 100644 --- a/README.md +++ b/README.md @@ -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/)).