diff options
| author | seth <[email protected]> | 2023-01-19 21:55:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-19 21:55:10 -0500 |
| commit | 445584973f0558399d0ae03de1ee28ff580098c4 (patch) | |
| tree | 1daf7cfa552371d5f8ffb08a15029e68d03cc8ae /README.md | |
| parent | 09fa1543672238c72b21e0b51eb1f3b3264bb51d (diff) | |
chore: update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,4 +14,6 @@ docker run -d -p <your_desired_port>: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. <br> 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` |
