diff options
Diffstat (limited to 'example.nomad')
| -rw-r--r-- | example.nomad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example.nomad b/example.nomad index 513791f..166df49 100644 --- a/example.nomad +++ b/example.nomad @@ -140,7 +140,7 @@ job "example" { # The "count" parameter specifies the number of the task groups that should # be running under this group. This value must be non-negative and defaults # to 1. - count = 1 + count = 3 # The "network" stanza specifies the network configuration for the allocation # including requesting port bindings. |
