From 662b3a47a0c60c5b2a0bfd7c5feff3a7951af617 Mon Sep 17 00:00:00 2001 From: djalal Date: Wed, 13 Feb 2019 11:14:31 +0100 Subject: [PATCH] use official URL for compose upgrade --- slides/swarm/stacks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/swarm/stacks.md b/slides/swarm/stacks.md index fa873532..bd6049bb 100644 --- a/slides/swarm/stacks.md +++ b/slides/swarm/stacks.md @@ -48,7 +48,7 @@ class: btp-manual - Resource limits are moved to this `deploy` section -- See [here](https://github.com/aanand/docker.github.io/blob/8524552f99e5b58452fcb1403e1c273385988b71/compose/compose-file.md#upgrading) for the complete list of changes +- See [here](https://github.com/docker/docker.github.io/blob/master/compose/compose-file/compose-versioning.md#upgrading) for the complete list of changes - Supersedes *Distributed Application Bundles* @@ -149,7 +149,7 @@ Our registry is not *exactly* identical to the one deployed with `docker service - Each stack gets its own overlay network -- Services of the task are connected to this network +- Services of the stack are connected to this network
(unless specified differently in the Compose file) - Services get network aliases matching their name in the Compose file