docs: add ports to jobspec overview example
This commit is contained in:
parent
8afa92e5b5
commit
944887a684
|
@ -106,6 +106,7 @@ job "docs" {
|
||||||
# Configuration is specific to each driver.
|
# Configuration is specific to each driver.
|
||||||
config {
|
config {
|
||||||
image = "hashicorp/web-frontend"
|
image = "hashicorp/web-frontend"
|
||||||
|
ports = ["http", "https"]
|
||||||
}
|
}
|
||||||
|
|
||||||
# It is possible to set environment variables which will be
|
# It is possible to set environment variables which will be
|
||||||
|
|
Loading…
Reference in a new issue