mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Update documentation now that cleaning is more extensive
This commit is contained in:
@@ -90,9 +90,9 @@ environment variables.
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
~> Port labels and task names will have any dashes `-` in their names replaced by
|
||||
underscores `_` when they're used in environment variable names such as
|
||||
`NOMAD_ADDR_<task>_<label>`.
|
||||
~> Port labels and task names will have any non-alphanumeric or underscore
|
||||
characters in their names replaced by underscores `_` when they're used in
|
||||
environment variable names such as `NOMAD_ADDR_<task>_<label>`.
|
||||
|
||||
## Task Identifiers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user