We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a42ee8 commit 6818fbaCopy full SHA for 6818fba
1 file changed
README.md
@@ -586,7 +586,14 @@ services:
586
587
Note you will lose the hard link ability, ie your files will be duplicated.
588
589
-In Sonarr and Radarr, go to `Settings` > `Importing` > Untick `Use Hardlinks instead of Copy`
+In Sonarr and Radarr, go to `Settings` > `Importing` > Untick `Use Hardlinks instead of Copy`.
590
+To [setup permissions](https://trash-guides.info/File-and-Folder-Structure/How-to-set-up/Docker/#permissions) for the `DATA_ROOT` folder:
591
+
592
+```
593
+source .env
594
+sudo chown -R $USER:$USER $DATA_ROOT
595
+sudo chmod -R a=,a+rX,u+w,g+w $DATA_ROOT
596
597
598
## NFS Share
599
0 commit comments