feat(jellyfin): migrate config to nomad fs
This commit is contained in:
parent
8fde06c42c
commit
122ddd61ca
1 changed files with 3 additions and 5 deletions
|
@ -19,6 +19,9 @@
|
||||||
"ports": [
|
"ports": [
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
],
|
],
|
||||||
|
"volumes": [
|
||||||
|
"local/config/:/config"
|
||||||
|
],
|
||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"type": "volume",
|
"type": "volume",
|
||||||
|
@ -35,11 +38,6 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "volume",
|
|
||||||
"target": "/config",
|
|
||||||
"source": "jellyfin-config"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue