Merge pull request #1158 from bodymindarts/patch-1
fix docs for specifying multiple config files
This commit is contained in:
commit
b6f7615e10
|
@ -19,7 +19,7 @@ the Nomad agent.
|
|||
When specifying multiple config file options on the command-line, the files are
|
||||
loaded in the order they are specified. For example:
|
||||
|
||||
nomad agent -config server.conf /etc/nomad extra.json
|
||||
nomad agent -config server.conf -config /etc/nomad -config extra.json
|
||||
|
||||
Will load configuration from `server.conf`, from `.hcl` and `.json` files under
|
||||
`/etc/nomad`, and finally from `extra.json`.
|
||||
|
|
Loading…
Reference in New Issue