From f12afa5773bce37584ff5fe7bd2ae3dd0ddc572f Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sat, 12 Nov 2022 12:51:37 +0100 Subject: [PATCH] update --- jellyfin/readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jellyfin/readme.md b/jellyfin/readme.md index 543e7bc..4b5c746 100644 --- a/jellyfin/readme.md +++ b/jellyfin/readme.md @@ -38,8 +38,7 @@ Starting point for me was [this viggy96 repo](https://github.com/viggy96/contain ├── jellyfin-config/ ├── transcodes/ ├── .env - ├── docker-compose.yml - └── jellyfin-backup-script.sh + └── docker-compose.yml ``` * `/mnt/bigdisk/...` - a mounted media storage share @@ -48,9 +47,8 @@ Starting point for me was [this viggy96 repo](https://github.com/viggy96/contain * `transcodes/` - transcoded video storage * `.env` - a file containing environment variables for docker compose * `docker-compose.yml` - a docker compose file, telling docker how to run the containers -* `jellyfin-backup-script.sh` - a backup script if you want it -You only need to provide the files.
+You only need to provide the two files.
The directories are created by docker compose on the first run. # docker-compose