Different updates

This commit is contained in:
2025-07-18 10:18:36 +00:00
parent ebce70c352
commit cf9c3a2b14
5 changed files with 95 additions and 0 deletions

View File

@ -49,11 +49,20 @@ root
│ └── overseerr
│ └── config
└── media
├── downloads
├── tvseries
├── movies
└── library
```
::alert{type="warning"}
:::list{type="warning"}
- __Warning:__ Make sure to follow this file structure carefully, especially the `media` folder. This folder must be mounted **exactly the same way** in both the _Qbittorrent_ compose file (`/your/path/media:/media`) and the _arr_ applications.
If not, the _arr_ apps may not recognize the path provided by Qbittorrent and will fail to create _hardlinks_.
Without hardlinks, the _arr_ apps will copy the files instead—**doubling the space used** on your storage.
:::
::
Open Docker and your `plex` stack. Modify the compose file as follows:
```yaml
---