From 244464ded940fd8a814479e3022b4ef8347218ba Mon Sep 17 00:00:00 2001 From: Amy Lindburg Date: Thu, 19 Mar 2015 11:58:39 -0700 Subject: [PATCH] Updated 1.2.0 Milestone Project Page (markdown) --- 1.2.0-Milestone-Project-Page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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