Skip to content

Commit 6818fba

Browse files
authored
Add commands to update permissions for DATA_ROOT folder (from TRaSH guides) (#181)
1 parent 6a42ee8 commit 6818fba

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,14 @@ services:
586586

587587
Note you will lose the hard link ability, ie your files will be duplicated.
588588

589-
In Sonarr and Radarr, go to `Settings` > `Importing` > Untick `Use Hardlinks instead of Copy`
589+
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+
```
590597

591598
## NFS Share
592599

0 commit comments

Comments
 (0)