mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 00:04:20 +01:00
Fix Jellyfin sidecar
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
64b9f74bc3
commit
f47f746c56
|
@ -47,14 +47,13 @@ job "jellyfin" {
|
|||
mode = "bridge"
|
||||
|
||||
port "http" {
|
||||
static = 8096
|
||||
to = 8096
|
||||
}
|
||||
}
|
||||
|
||||
service {
|
||||
name = "jellyfin"
|
||||
port = "http"
|
||||
port = "8096"
|
||||
|
||||
check {
|
||||
type = "http"
|
||||
|
|
Loading…
Reference in a new issue