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

- set read only to false
This commit is contained in:
Ben Martin 2025-02-28 13:24:49 +00:00
parent d399461e56
commit 66cbd32a45

View file

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