chore(media-centre): replace transcode directory with tempfs
All checks were successful
Lint / lint (push) Successful in 16s
Terraform Plan and Apply / cicd (push) Successful in 24s

- set read only to false
This commit is contained in:
Ben Martin 2025-02-28 13:24:49 +00:00 committed by Ben Martin
parent f8c19728d4
commit 345489acbc

View file

@ -120,9 +120,9 @@ job "media-centre" {
}
mount {
type = "volume"
target = "/transcode"
source = "plex-transcode"
type = "tmpfs"
target = "/transcode"
readonly = false
}
}