Different updates
This commit is contained in:
		@@ -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
 | 
			
		||||
---
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user