scale
1 | Usage: scale [SERVICE=NUM...] |
Sets the number of containers to run for a service.
Numbers are specified as arguments in the form service=num
. For example:
1 | $ docker-compose scale web=2 worker=3 |
1 | Usage: scale [SERVICE=NUM...] |
Sets the number of containers to run for a service.
Numbers are specified as arguments in the form service=num
. For example:
1 | $ docker-compose scale web=2 worker=3 |
Designed by : w10schools
service@w10schools.com
Please login to continue.