Add grocy

Fix prowlarr config directory
This commit is contained in:
Marc Fokkert
2024-09-05 10:16:39 +02:00
parent e02b5f9ac4
commit 256ff33140
5 changed files with 524 additions and 256 deletions

View File

@@ -27,7 +27,7 @@ resource "docker_container" "prowlarr" {
}
mounts {
target = "/app/config"
target = "/config"
source = "/share/appdata/prowlarr"
type = "bind"
}