move nas to internal ssd

This commit is contained in:
mjallen18
2024-02-21 13:47:45 -06:00
parent b599645fd9
commit c3d1e2f962
10 changed files with 82 additions and 42 deletions

View File

@@ -6,9 +6,9 @@
image = "linuxserver/radarr";
ports = [ "7878:7878" ];
volumes = [
"/mnt/Safe\ SSD/ssd_app_data/radarr:/config"
"/mnt/Main\ Pool/Movies:/movies"
"/mnt/Safe\ SSD/ssd_app_data/downloads:/downloads"
"/mnt/ssd/ssd_app_data/radarr:/config"
"/mnt/mainpool/Movies:/movies"
"/mnt/ssd/ssd_app_data/downloads:/downloads"
];
environment = {
PUID = "911";