github.com/taylorchu/nomad@v0.5.3-rc1.0.20170407200202-db11e7dd7b55/jobspec/test-fixtures/task-nested-config.hcl (about)

     1  job "foo" {
     2    task "bar" {
     3      driver = "docker"
     4  
     5      config {
     6        image = "hashicorp/image"
     7  
     8        port_map {
     9          db = 1234
    10        }
    11      }
    12    }
    13  }