Update README.md

Added a small section about potential permission issues with volumes.
This commit is contained in:
FaySmash 2025-01-15 18:46:05 +01:00 committed by GitHub
parent a340d4f85e
commit 0bf72fd5f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,6 +138,8 @@ services:
- PGID=1000 - PGID=1000
``` ```
> [!IMPORTANT]
> If the `/downloads` directory is mounted to a volume which points to a remote storage, make sure to suppy the `UID` and `GID` parameters in the driver options, to match the `PUID` and `PGID` specified as environment variables to prevent permission issues. [See this issue for details](https://github.com/meeb/tubesync/issues/616#issuecomment-2593458282)
## Optional authentication ## Optional authentication