Skip to content

Commit

Permalink
readarr: fix books perms
Browse files Browse the repository at this point in the history
  • Loading branch information
hyshka committed Dec 2, 2024
1 parent 9173240 commit 462fbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/tiny1/services/media/docker-compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"/mnt/storage/mediacenter/media/books" = {
d = {
group = "mediacenter";
mode = "0755";
mode = "0775";
user = "hyshka";
};
};
Expand Down Expand Up @@ -452,7 +452,7 @@
environment = {
"GID" = "13000";
"UID" = "13010";
"readarr_address" = "readarr:8787";
"readarr_address" = "http://readarr:8787";
"root_folder_path" = "/data/media/books";
};
environmentFiles = [
Expand Down

0 comments on commit 462fbdc

Please sign in to comment.