From 07b6c614e44e857fc0f890d6ff2e75ed97a16758 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Thu, 31 Oct 2019 13:45:49 -0700 Subject: [PATCH] Removed references to examples that no longer exist (#9781) Signed-off-by: Lena Larionova --- compose/compose-file/index.md | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index 2fb3d98096..233e5e150b 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -24,6 +24,11 @@ how to upgrade, see **[About versions and upgrading](compose-versioning.md)**. ## Compose file structure and examples +Here is a sample Compose file from the voting app sample used in the +[Docker for Beginners lab](https://github.com/docker/labs/tree/master/beginner/) +topic on [Deploying an app to a +Swarm](https://github.com/docker/labs/blob/master/beginner/chapters/votingapp.md): +