Add grocy
Fix prowlarr config directory
This commit is contained in:
@@ -27,7 +27,7 @@ resource "docker_container" "prowlarr" {
|
||||
}
|
||||
|
||||
mounts {
|
||||
target = "/app/config"
|
||||
target = "/config"
|
||||
source = "/share/appdata/prowlarr"
|
||||
type = "bind"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user