chore(media-centre): add tmpfs options for transcode directory
This commit is contained in:
parent
345489acbc
commit
93400d8c1e
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ job "media-centre" {
|
||||||
type = "tmpfs"
|
type = "tmpfs"
|
||||||
target = "/transcode"
|
target = "/transcode"
|
||||||
readonly = false
|
readonly = false
|
||||||
|
tmpfs_options {
|
||||||
|
mode = 1023
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue