chore(media-centre): replace transcode directory with tempfs
- set read only to false
This commit is contained in:
parent
f8c19728d4
commit
345489acbc
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@ job "media-centre" {
|
|||
}
|
||||
|
||||
mount {
|
||||
type = "volume"
|
||||
target = "/transcode"
|
||||
source = "plex-transcode"
|
||||
type = "tmpfs"
|
||||
target = "/transcode"
|
||||
readonly = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue