Fix typo and update Jellyfin Version
This commit is contained in:
parent
75fcfb90bf
commit
318c8e5ae1
@ -4,7 +4,7 @@ locals {
|
|||||||
TRAEFIK_DOMAIN = "${local.SUBDOMAIN}${local.DOMAIN}"
|
TRAEFIK_DOMAIN = "${local.SUBDOMAIN}${local.DOMAIN}"
|
||||||
}
|
}
|
||||||
|
|
||||||
job "jellfyin" {
|
job "jellyfin" {
|
||||||
datacenters = ["dc1"]
|
datacenters = ["dc1"]
|
||||||
type = "service"
|
type = "service"
|
||||||
|
|
||||||
@ -56,7 +56,7 @@ job "jellfyin" {
|
|||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "jellyfin/jellyfin:2024030405"
|
image = "jellyfin/jellyfin:2024080505"
|
||||||
ports = ["httpIngress", "serviceDiscovery", "clientDiscovery"]
|
ports = ["httpIngress", "serviceDiscovery", "clientDiscovery"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user