diff --git a/doc/environment.md b/doc/environment.md index c710371..e9863d7 100644 --- a/doc/environment.md +++ b/doc/environment.md @@ -26,3 +26,5 @@ These environment variables are *only* provided if the operator deploying Diego - `CF_INSTANCE_PORT` the host-side port corresponding to the *first* desired port in the `DesiredLRP` [`ports`](lrps.md#ports) array. - `CF_INSTANCE_ADDR` identical to `$CF_INSTANCE_IP:$CF_INSTANCE_PORT` - `CF_INSTANCE_PORTS` a list of the form `61012:8080,61013:5000`. The comma delimited entries are pairs of `host-side-port:container-side-port`. The container-side ports map onto the `DesiredLRP` [`ports`](lrps.md#ports) array. + +[back](README.md)