diff --git a/1.2.0-Milestone-Project-Page.md b/1.2.0-Milestone-Project-Page.md index 0a5b709..41df191 100644 --- a/1.2.0-Milestone-Project-Page.md +++ b/1.2.0-Milestone-Project-Page.md @@ -25,7 +25,7 @@ Services can share configuration using the `extends` keyword, which can be used When using Compose with a Swarm cluster, containers that are dependent on one another (e.g. through `links`, `volumes_from` or `net: container`) are scheduled on the same host, meaning most apps will now work out of the box. -- [x] Make Swarm schedule containers on the same node when they are linked together - #972 +- [x] Make Swarm schedule containers on the same node when they are linked together - [#972](https://github.com/docker/compose/pull/972) ### Use Docker labels