Switch to named port config syntax
This commit is contained in:
parent
432d6c80f8
commit
0da7a2c83b
|
@ -80,7 +80,10 @@ job "my-app" {
|
|||
memory = 128
|
||||
|
||||
network {
|
||||
dynamic_ports = 2
|
||||
dynamic_ports = [
|
||||
"http",
|
||||
"https",
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue