Apply suggestions from code review

Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
Nick Ethier 2021-01-07 08:53:54 -05:00 committed by GitHub
parent bb060bd46b
commit 7a6aab10bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ Connect][connect] integration.
service. The value of `port` depends on which [`address_mode`](#address_mode)
is being used:
- `alloc` - Advertises the mapped to value of the labeled port and the allocation address.
If a `to` value is not set, the port fallsback to using the allocated host port. The `port`
- `alloc` - Advertise the mapped `to` value of the labeled port and the allocation address.
If a `to` value is not set, the port falls back to using the allocated host port. The `port`
field may be a numeric port or a port label specified in the same group's network stanza.
- `driver` - Advertise the port determined by the driver (e.g. Docker or rkt).