docs: add ports to jobspec overview example

This commit is contained in:
Luiz Aoqui 2021-03-12 13:36:39 -05:00
parent 8afa92e5b5
commit 944887a684
No known key found for this signature in database
GPG key ID: 29F459C0D9CBB573

View file

@ -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