Move Redis to static port.

This commit is contained in:
2023-08-15 06:56:30 +01:00
parent 6bc9f268d4
commit 8480fa6277

View File

@@ -4,7 +4,7 @@ job "redis" {
group "db" { group "db" {
network { network {
port "redis" { port "redis" {
to = 6379 static = 6379
} }
port "exporter" { port "exporter" {
to = 9121 to = 9121