Update URI for Docker Compose version 1

This commit is contained in:
Tom Strassner 2018-07-12 15:04:55 -04:00 committed by GitHub
parent e74fd60201
commit d490343548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ replaces the old value.
> `build` and `image` in Compose file version 1 > `build` and `image` in Compose file version 1
> >
> In the case of `build` and `image`, when using > In the case of `build` and `image`, when using
> [version 1 of the Compose file format](compose-file.md#version-1), using one > [version 1 of the Compose file format](https://docs.docker.com/compose/compose-file/compose-file-v1/), using one
> option in the local service causes Compose to discard the other option if it > option in the local service causes Compose to discard the other option if it
> was defined in the original service. > was defined in the original service.
> >