Add clips volume
This commit is contained in:
@ -69,6 +69,11 @@
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
"/media/Stash-Clips" = {
|
||||
device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Clips";
|
||||
fsType = "nfs";
|
||||
};
|
||||
|
||||
"/media/Stash-Usenet" = {
|
||||
device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Usenet";
|
||||
fsType = "nfs";
|
||||
|
@ -69,6 +69,7 @@
|
||||
volumes = [
|
||||
"/media/Stash-Picture:/data/picture"
|
||||
"/media/Stash-Video:/data/video"
|
||||
"/media/Stash-Clips:/data/clips"
|
||||
|
||||
"box-stash_config:/root/.stash"
|
||||
"box-stash_metadata:/metadata"
|
||||
|
Reference in New Issue
Block a user