mirror of https://github.com/docker/docs.git
Update scale.md
Added a link to the old issue: https://github.com/docker/compose/issues/5251
This commit is contained in:
parent
3b83a63da2
commit
e4eb29caa1
|
|
@ -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...]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue