Revert "improve links from v2.1 (#4991)" (#5015)

This reverts commit 62b05a1040.
This commit is contained in:
John Mulhausen 2017-10-17 15:13:56 -07:00 committed by GitHub
parent 62b05a1040
commit 6e2f94daf6
2 changed files with 8 additions and 8 deletions

View File

@ -1246,7 +1246,7 @@ refer to it within the Compose file:
> **Note**: In newer versions of Compose, the `external.name` property is > **Note**: In newer versions of Compose, the `external.name` property is
> deprecated in favor of simply using the `name` property. > deprecated in favor of simply using the `name` property.
### labels <a id="volume-labels"></a> ### labels
> [Added in version 2.1 file format](compose-versioning.md#version-21). > [Added in version 2.1 file format](compose-versioning.md#version-21).
@ -1268,7 +1268,7 @@ conflicting with those used by other software.
- "com.example.label-with-empty-value" - "com.example.label-with-empty-value"
### name <a id="volume-name"></a> ### name
> [Added in version 2.1 file format](compose-versioning.md#version-21) > [Added in version 2.1 file format](compose-versioning.md#version-21)
@ -1358,7 +1358,7 @@ By default, Docker also connects a bridge network to it to provide external
connectivity. If you want to create an externally isolated overlay network, connectivity. If you want to create an externally isolated overlay network,
you can set this option to `true`. you can set this option to `true`.
### labels <a id="network-labels"></a> ### labels
> [Added in version 2.1 file format](compose-versioning.md#version-21). > [Added in version 2.1 file format](compose-versioning.md#version-21).

View File

@ -193,15 +193,15 @@ supported by **Compose 1.9.0+**.
Introduces the following additional parameters: Introduces the following additional parameters:
- [`link_local_ips`](compose-file-v2.md#link_local_ips) - [`link_local_ips`](compose-file-v2.md#linklocalips)
- [`isolation`](compose-file-v2.md#isolation) - [`isolation`](compose-file-v2.md#isolation)
- `labels` for [volumes](compose-file-v2.md#volume-labels) and - `labels` for [volumes](compose-file-v2.md#volume-configuration-reference) and
[networks](compose-file-v2.md#network-labels) [networks](compose-file-v2.md#network-configuration-reference)
- `name` for [volumes](compose-file-v2.md#volume-name) - `name` for [volumes](compose-file-v2.md#volume-configuration-reference)
- [`userns_mode`](compose-file-v2.md#userns_mode) - [`userns_mode`](compose-file-v2.md#userns_mode)
- [`healthcheck`](compose-file-v2.md#healthcheck) - [`healthcheck`](compose-file-v2.md#healthcheck)
- [`sysctls`](compose-file-v2.md#sysctls) - [`sysctls`](compose-file-v2.md#sysctls)
- [`pids_limit`](compose-file-v2.md#pids_limit) - [`pids_limit`](compose-file-v2.md#pidslimit)
### Version 2.2 ### Version 2.2