Move Redis to static port.
This commit is contained in:
@@ -4,7 +4,7 @@ job "redis" {
|
||||
group "db" {
|
||||
network {
|
||||
port "redis" {
|
||||
to = 6379
|
||||
static = 6379
|
||||
}
|
||||
port "exporter" {
|
||||
to = 9121
|
||||
|
||||
Reference in New Issue
Block a user