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/mariadb";
ports = [ "3306:3306" ];
volumes = [
"/mnt/Safe\ SSD/mariadb:/config"
"/mnt/ssd/mariadb:/config"
];
environment = {
PUID = "911";