mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
When trying to run this example, Nomad v0.10.2 raises the following error: `Error getting job struct: Error parsing job file from example-ipv6.hcl: error parsing: At 33:22: Unknown token: 27:16 IDENT db` Adding quotes around the port map `db` fixes the problem and the job works as expected.