Skip to content

Commit

Permalink
Update setup.md (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
perkmi authored Aug 6, 2024
1 parent b98a856 commit 2c49d7f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ When using Docker, you can mount your a directory named `.dizquetv` when launchi

```
docker run \
-v "$(pwd)"/tunarr:/config/tunarr \
-v "$(pwd)"/.dizquetv:/.dizquetv \
-p 8000:8000 \
chrisbenincasa/tunarr:edge
Expand Down Expand Up @@ -46,6 +47,18 @@ services:

You can force a legacy migration on subsequent launches of Tunarr using the `--force_migration` flag. But be careful! This can be destructive if you've done any additional configuration in Tunarr.

## Hardware Encoding

For QSV compatability in Docker, you must mount /dev/dri the container:

```
docker run \
-v "$(pwd)"/tunarr:/config/tunarr \
--device /dev/dri/:/dev/dri/
-p 8000:8000 \
chrisbenincasa/tunarr:edge-vaapi
```

## Initial Setup

Upon first launching Tunarr, you will see the Welcome page with a few required setup steps.
Expand Down

0 comments on commit 2c49d7f

Please sign in to comment.