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" {
network {
port "redis" {
to = 6379
static = 6379
}
port "exporter" {
to = 9121