From a84eef37f6454270fc0f4a7de6b150ac11d565d9 Mon Sep 17 00:00:00 2001 From: quackerd Date: Sat, 20 Feb 2021 00:31:49 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]`