mirror of https://github.com/docker/docs.git
Fixing Note callout style and imported file (#18076)
* fixing Note style * fixing page import typo
This commit is contained in:
parent
e571bf9227
commit
5996f705f6
|
@ -66,9 +66,10 @@ The [Compatibility Matrix](#compatibility-matrix) shows Compose file versions ma
|
|||
To move your project to a later version, see the [Upgrading](#upgrading)
|
||||
section.
|
||||
|
||||
> **Note**: If you're using
|
||||
> [multiple Compose files](../multiple-compose-files/_index.md) or
|
||||
> [extending services](../multiple-compose-files/extends.md],
|
||||
> **Note**
|
||||
>
|
||||
> If you're using [multiple Compose files](../multiple-compose-files/_index.md) or
|
||||
> [extending services](../multiple-compose-files/extends.md),
|
||||
> each file must be of the same version - you cannot, for example,
|
||||
> mix version 1 and 2 in a single project.
|
||||
|
||||
|
@ -530,4 +531,4 @@ It's more complicated if you're using particular configuration features:
|
|||
|
||||
volumes:
|
||||
data:
|
||||
external: true
|
||||
external: true
|
||||
|
|
Loading…
Reference in New Issue