This commit is contained in:
DoTheEvo 2022-11-12 12:51:37 +01:00
parent a75589acde
commit f12afa5773
1 changed files with 2 additions and 4 deletions

View File

@ -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.</br>
You only need to provide the two files.</br>
The directories are created by docker compose on the first run.
# docker-compose