From e4eb29caa1a864b0a9b9c3aec59c01c8013499c5 Mon Sep 17 00:00:00 2001 From: CrimsonGlory Date: Thu, 3 May 2018 16:52:52 -0300 Subject: [PATCH] Update scale.md Added a link to the old issue: https://github.com/docker/compose/issues/5251 --- compose/reference/scale.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compose/reference/scale.md b/compose/reference/scale.md index 0c948720cd..bf553f872f 100644 --- a/compose/reference/scale.md +++ b/compose/reference/scale.md @@ -6,7 +6,9 @@ notoc: true --- > **Note**: This command is deprecated. Use the [up](up.md) command with the - `--scale` flag instead. + `--scale` flag instead. Beware that using `up` with `--scale` flag has some + [subtle differences](https://github.com/docker/compose/issues/5251) with the `scale` command as it incorporates the behaviour + of `up` command. ``` Usage: scale [SERVICE=NUM...]