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