Fix typo and update Jellyfin Version

This commit is contained in:
Caleb Braaten 2024-08-07 03:48:10 -07:00
parent 75fcfb90bf
commit 318c8e5ae1

View File

@ -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"]
} }