Switch to named port config syntax

This commit is contained in:
Chris Bednarski 2015-09-22 16:14:28 -07:00
parent 432d6c80f8
commit 0da7a2c83b
1 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,10 @@ job "my-app" {
memory = 128 memory = 128
network { network {
dynamic_ports = 2 dynamic_ports = [
"http",
"https",
]
} }
} }
} }