Update deployment-with-docker.rst

This commit is contained in:
Haseeb ur Rehman 2020-11-05 06:17:08 +05:00 committed by GitHub
parent 72da0bfa9c
commit 2c03844e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,8 +124,8 @@ To check the logs out, run::
If you want to scale your application, run::
docker-compose -f production.yml scale django=4
docker-compose -f production.yml scale celeryworker=2
docker-compose -f production.yml up --scale django=4
docker-compose -f production.yml up --scale celeryworker=2
.. warning:: don't try to scale ``postgres``, ``celerybeat``, or ``traefik``.