From 1bf7929f879a480080c5e186e721683bd0114d7a Mon Sep 17 00:00:00 2001 From: omarc1492 <10967529+omarc1492@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:25:42 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f11e078..ea20e679 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,12 @@ docker-compose up -d mail ``` ### Get up and running with SELinux -- Edit the files `.env` and `docker-compose.yml` +- Edit the files `.env` and `docker-compose.yml`: - In `.env` uncomment the variable `SELINUX_LABEL`. - If you want the volume bind mount to be shared amongst other containers switch `-Z` to `-z`. - In `docker-compose.yml` uncomment the line that contains `${SELINUX_LABEL}` and comment out or remove the line above. -- When using `setup.sh` use the shell script option `-z` or `-Z`. The option used should match the value of `SELINUX_LABEL` in `.env`.\ +**Note:** When using `setup.sh` use the shell script option `-z` or `-Z`. This should match the value of `SELINUX_LABEL` in `.env`.\ See the [wiki](https://github.com/tomav/docker-mailserver/wiki/Setup-docker-mailserver-using-the-script-setup.sh) for more information regarding `setup.sh`. ``` BASH