From 445584973f0558399d0ae03de1ee28ff580098c4 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 19 Jan 2023 21:55:10 -0500 Subject: chore: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6714e49..d00cef2 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,6 @@ docker run -d -p :8080 -v /path/to/your/modpack:/data getchoo ### permission denied errors -for users of a system with SELinux, you maybe need to append `:z` to your volume mount options.
for example: `-v /path/to/your/modpack:/data:z` +for users of a system with SELinux enabled, you maybe need to append `:z` to your volume mount options. + +for example: `-v /path:/data:z` -- cgit v1.2.3