mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-05 11:14:52 +00:00
Warn about scaling nginx
This commit is contained in:
parent
a6c803aaeb
commit
0b59df7af4
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ If you want to scale your application, run::
|
|||
docker-compose scale django=4
|
||||
docker-compose scale celeryworker=2
|
||||
|
||||
.. warning:: Don't run the scale command on postgres, celerybeat, certbot.
|
||||
.. warning:: Don't run the scale command on postgres, celerybeat, certbot, or nginx.
|
||||
|
||||
If you have errors, you can always check your stack with `docker-compose`. Switch to your projects root directory and run::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue