From 7b649acc66bc54b141560e635bc0e8ed2a64f1e4 Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Tue, 26 Jun 2018 10:56:54 +0300 Subject: [PATCH] 'two more services' -> 'three more services' --- 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 9e953d7ca..0115e3a44 100644 --- a/docs/deployment-with-docker.rst +++ b/docs/deployment-with-docker.rst @@ -21,7 +21,7 @@ Before you begin, check out the ``production.yml`` file in the root of this proj * ``redis``: Redis instance for caching; * ``caddy``: Caddy web server with HTTPS on by default. -Provided you have opted for Celery (via setting ``use_celery`` to ``y``) there are two more services: +Provided you have opted for Celery (via setting ``use_celery`` to ``y``) there are three more services: * ``celeryworker`` running a Celery worker process; * ``celerybeat`` running a Celery beat process;