Warn about scaling nginx

This commit is contained in:
Daniel Roy Greenfeld 2016-06-12 23:11:50 -07:00 committed by GitHub
parent a6c803aaeb
commit 0b59df7af4

View File

@ -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::