From 0b59df7af42515f3d913d1cbe91a78c795cbcd69 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sun, 12 Jun 2016 23:11:50 -0700 Subject: [PATCH] Warn about scaling nginx --- docs/deployment-with-docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment-with-docker.rst b/docs/deployment-with-docker.rst index e4545f770..c84daa1de 100644 --- a/docs/deployment-with-docker.rst +++ b/docs/deployment-with-docker.rst @@ -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::