website: lowercase examples of dynamic ports

This commit is contained in:
Armon Dadgar
2015-09-26 18:26:51 -07:00
parent 99cd0dfc0f
commit ac8d2f6235
2 changed files with 6 additions and 6 deletions

View File

@@ -116,7 +116,7 @@ job "example" {
memory = 256 # 256MB
network {
mbits = 10
dynamic_ports = ["REDIS"]
dynamic_ports = ["redis"]
}
}
}