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 {
|
mount {
|
||||||
type = "volume"
|
type = "tmpfs"
|
||||||
target = "/transcode"
|
target = "/transcode"
|
||||||
source = "plex-transcode"
|
readonly = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue