fix api port for bouncer

This commit is contained in:
vincent 2022-05-26 18:24:51 +02:00
parent 57aa60068c
commit 22c78302b3

View File

@ -11,6 +11,7 @@ job "crowdsec-api" {
network { network {
mode = "host" mode = "host"
port "http" { port "http" {
static = 8898
to = 8080 to = 8080
} }
port "metric"{ port "metric"{