Update scale.md

Added a link to the old issue:
https://github.com/docker/compose/issues/5251
This commit is contained in:
CrimsonGlory 2018-05-03 16:52:52 -03:00 committed by Joao Fernandes
parent 3b83a63da2
commit e4eb29caa1
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ notoc: true
--- ---
> **Note**: This command is deprecated. Use the [up](up.md) command with the > **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...] Usage: scale [SERVICE=NUM...]