mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 05:04:25 +03:00
Warn about scaling nginx
This commit is contained in:
parent
a6c803aaeb
commit
0b59df7af4
|
@ -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 New Issue
Block a user