Bind nzbget to static port

This allows it to be referenced in sonarr by nzbget.nomad:6789
This commit is contained in:
IamTheFij 2023-03-27 15:23:55 -07:00
parent c38ba8589a
commit 28564b6130
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ job "ipdvr" {
mode = "bridge"
port "main" {
host_network = "wesher"
to = 6789
static = 6789
}
}