mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Update README.md
Added a small section about potential permission issues with volumes.
This commit is contained in:
parent
a340d4f85e
commit
0bf72fd5f0
@ -138,6 +138,8 @@ services:
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user