Use volume for datarr
Disable rutorrent and esphome Updates
This commit is contained in:
@@ -32,10 +32,9 @@ resource "docker_container" "sabnzdb" {
|
||||
type = "bind"
|
||||
}
|
||||
|
||||
mounts {
|
||||
target = "/data/usenet"
|
||||
source = "/share/datarr/usenet"
|
||||
type = "bind"
|
||||
volumes {
|
||||
container_path = "/data"
|
||||
volume_name = "truenas-arr"
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
|
||||
Reference in New Issue
Block a user