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,7 +6,7 @@
image = "linuxserver/swag";
ports = [ "80:80" "443:443" ];
volumes = [
"/mnt/Safe\ SSD/ssd_app_data/swag:/config"
"/mnt/ssd/ssd_app_data/swag:/config"
];
environment = {
PGID = "1000";
@@ -15,7 +15,7 @@
TZ = "America/Chicago";
URL = "mjallen.dev";
VALIDATION = "http";
SUBDOMAINS = "jellyfin,hass,cloud,jellyseer";
SUBDOMAINS = "jellyfin,hass,cloud,office,jellyseerr";
};
};
}