From af8da35322cb36313a6474cb8092df34a8d4a335 Mon Sep 17 00:00:00 2001 From: omarc1492 <10967529+omarc1492@users.noreply.github.com> Date: Fri, 30 Oct 2020 12:26:45 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea20e679..68692a56 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ docker-compose up -d mail ### Get up and running with SELinux - 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`. + - If you want the volume bind mount to be shared among 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. **Note:** When using `setup.sh` use the shell script option `-z` or `-Z`. This should match the value of `SELINUX_LABEL` in `.env`.\