chore: update volume paths to point to ephemeral disks
This commit is contained in:
parent
d498590a22
commit
109f294cff
2 changed files with 11 additions and 6 deletions
|
@ -190,11 +190,11 @@ job "media-centre" {
|
|||
}
|
||||
|
||||
volumes = [
|
||||
"local/config:/config/config",
|
||||
"local/data:/config/data",
|
||||
"local/log:/config/log",
|
||||
"local/plugins:/config/plugins",
|
||||
"local/root:/config/root",
|
||||
"../alloc/data/config:/config/config",
|
||||
"../alloc/data/data:/config/data",
|
||||
"../alloc/data/log:/config/log",
|
||||
"../alloc/data/plugins:/config/plugins",
|
||||
"../alloc/data/root:/config/root",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue