chore(media-centre): format tmpfs_options mode for consistency
All checks were successful
Lint / lint (push) Successful in 6m13s
Terraform Plan and Apply / cicd (push) Successful in 2m46s

This commit is contained in:
Ben Martin 2025-02-28 18:12:30 +00:00
parent 084feb7da2
commit 1bebc0c25b
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -124,7 +124,7 @@ job "media-centre" {
target = "/transcode"
readonly = false
tmpfs_options {
mode = 1023
mode = 1023
}
}
}