moved storage to zfs
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
};
|
||||
volumes = [
|
||||
"/zfs/media/docker/configs/radarr:/config"
|
||||
"/ZFS/storage/Plex/Movies:/movies"
|
||||
"/zfs/storage/Plex/movies:/movies"
|
||||
"/zfs/torrenting/qbitvpn:/data"
|
||||
];
|
||||
autoStart = true;
|
||||
@ -84,7 +84,7 @@
|
||||
};
|
||||
volumes = [
|
||||
"/zfs/media/docker/configs/sonarr:/config"
|
||||
"/ZFS/storage/Plex/TV:/tv"
|
||||
"/zfs/storage/Plex/tv:/tv"
|
||||
"/zfs/torrenting/qbitvpn:/data"
|
||||
];
|
||||
autoStart = true;
|
||||
|
@ -11,7 +11,7 @@
|
||||
image = "ubuntu/apache2:latest";
|
||||
volumes = [
|
||||
"/zfs/media/docker/templates/file_server/sites/:/etc/apache2/sites-enabled/"
|
||||
"/ZFS/storage/main/Table_Top/:/data"
|
||||
"/zfs/storage/main/Table_Top/:/data"
|
||||
];
|
||||
extraOptions = [ "--network=web" ];
|
||||
autoStart = true;
|
||||
|
Reference in New Issue
Block a user