mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-01-23 02:14:30 +00:00
docs doesn't render three backticks for a single line correctly
This commit is contained in:
parent
50fb13f879
commit
45cb4581eb
2 changed files with 2 additions and 2 deletions
|
|
@ -189,7 +189,7 @@ More information can be found in their official documentation [here](https://jel
|
|||
|
||||
Hardware acceleration users for Intel Quicksync will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container:
|
||||
|
||||
```--device=/dev/dri:/dev/dri```
|
||||
`--device=/dev/dri:/dev/dri`
|
||||
|
||||
We will automatically ensure the abc user inside of the container has the proper permissions to access this device.
|
||||
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ app_setup_block: |
|
|||
|
||||
Hardware acceleration users for Intel Quicksync will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container:
|
||||
|
||||
```--device=/dev/dri:/dev/dri```
|
||||
`--device=/dev/dri:/dev/dri`
|
||||
|
||||
We will automatically ensure the abc user inside of the container has the proper permissions to access this device.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue