diff --git a/README.md b/README.md index c7f9743..f9d65e2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Please see the `example` folder. `docker-compose pull && docker-compose down && docker-compose up -d` ## Troubleshooting -Add `-d 2` to `SMBD_ARGS` for samba debug output. +It's always helpful to add `-d 2` to `SMBD_ARGS` for samba debug output. -Q: I can't access mounted config file or directories? -A: Are you running SELinux? If so you need to set the correct tag on mounted volumes `chcon -t svirt_sandbox_file_t [your file/folder]` +### Q: I can't access mounted config file or directories? +Are you running SELinux? If so you need to set the correct tag on mounted volumes `chcon -t svirt_sandbox_file_t [your file/folder]`