From 72201bdc328527ede38f37dff1db1bfd05e30361 Mon Sep 17 00:00:00 2001 From: Brandon Date: Wed, 12 Jun 2024 15:21:33 +0100 Subject: [PATCH] Retard gooo brrr --- README.md | 5 +++-- docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a13e77..ca5ad5c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## What does this contain? -Currently, the script will set up 7 containers: +Currently, the script will set up 8 containers: - gluetun - A vpn container with automatic kill switch - prowlarr - API support for torrent trackers - flaresolverr - Proxy server to bypass Cloadflare protection @@ -8,6 +8,7 @@ Currently, the script will set up 7 containers: - radarr - Downloads movies using a torrent client like Transmission - sonarr - Downloads shows using a torrent client like Transmission - jellyseer - Handles requests for movies and tv shows +- jellyfin - Watch movies tv etc (Intel IGPU already mounted in config) ## Required software @@ -27,7 +28,7 @@ Currently, the script will set up 7 containers: #### Define the path of your movies and shows folders -- Open `docker-compose.yaml` and look for `/path/to/movies:/movies` and `/path/to/tvseries:/tv` +- Open `docker-compose.yaml` and look for `./movies:/media/movies` and `./tvseries:/media/tv` - Change the placeholder path to the left of `:` to the path where you want to save your media For example, if I had: diff --git a/docker-compose.yml b/docker-compose.yml index f33d72f..57c1644 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -109,7 +109,7 @@ services: - ./tvseries:/media/tv - ./movies:/media/movies devices: - - "/dev/dri:/dev/dri" + - "/dev/dri:/dev/dri" # IGPU ports: - 8096:8096 # jellyfin (HTTP) restart: unless-stopped