feat(jellyfin): migrate config to nomad fs

This commit is contained in:
Ben Martin 2024-09-19 20:48:57 +00:00
parent 8fde06c42c
commit 122ddd61ca
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -19,6 +19,9 @@
"ports": [
"jellyfin"
],
"volumes": [
"local/config/:/config"
],
"mounts": [
{
"type": "volume",
@ -35,11 +38,6 @@
]
}
}
},
{
"type": "volume",
"target": "/config",
"source": "jellyfin-config"
}
]
},