Skip to content

Commit

Permalink
Add ":Z" options to volume mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
sqwxl authored and Finii committed Sep 18, 2023
1 parent 7deaff6 commit 10a44e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Patching the font of your own choosing:

* Use docker
```
docker run --rm -v /path/to/fonts:/in -v /path/for/output:/out nerdfonts/patcher [OPTIONS]
docker run --rm -v /path/to/fonts:/in:Z -v /path/for/output:/out:Z nerdfonts/patcher [OPTIONS]
```

Full options:
Expand Down

0 comments on commit 10a44e9

Please sign in to comment.