Use volume for deluge

This commit is contained in:
Marc Fokkert
2025-02-24 20:46:55 +01:00
parent 9b78b43c7f
commit 6fa1a1dbb2
3 changed files with 272 additions and 855 deletions

View File

@@ -31,10 +31,9 @@ resource "docker_container" "deluge" {
type = "bind"
}
mounts {
target = "/data/torrents"
source = "/share/datarr/torrents"
type = "bind"
volumes {
container_path = "/data"
volume_name = "truenas-arr"
}
lifecycle {