Update 'README.md'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
quackerd 2021-02-20 00:31:49 +00:00
parent 0d77a93919
commit a84eef37f6

View File

@ -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]`