Update README.md

This commit is contained in:
omarc1492 2020-10-30 12:26:45 -05:00 committed by GitHub
parent 1bf7929f87
commit af8da35322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ docker-compose up -d mail
### Get up and running with SELinux ### 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`. - 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. - 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`.\ **Note:** When using `setup.sh` use the shell script option `-z` or `-Z`. This should match the value of `SELINUX_LABEL` in `.env`.\