diff --git a/images/docker-plex.md b/images/docker-plex.md index 09ada5ec5..1dfbf2725 100644 --- a/images/docker-plex.md +++ b/images/docker-plex.md @@ -64,7 +64,9 @@ Valid settings for VERSION are:- 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.