mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
website: lowercase examples of dynamic ports
This commit is contained in:
@@ -116,7 +116,7 @@ job "example" {
|
||||
memory = 256 # 256MB
|
||||
network {
|
||||
mbits = 10
|
||||
dynamic_ports = ["REDIS"]
|
||||
dynamic_ports = ["redis"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user