浏览代码

modify README

tomoya 1 年之前
父节点
当前提交
a3e5aa73a0
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -4,6 +4,13 @@ This includes
 * Redis
 * Redis
 * Flower
 * Flower
 
 
+## Usage (docker-compose)
+* start the system
+``` docker-compose up ```
+add ``` -d ``` run in background
+* down the system   
+ctrl-c or  
+``` docker-compose down ```  
 
 
 ## Celery
 ## Celery
 [Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
 [Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
@@ -29,7 +36,7 @@ Worker Options:
                                     Set custom prefetch multiplier value for
                                     Set custom prefetch multiplier value for
                                     this worker instance.
                                     this worker instance.
 Pool Options:
 Pool Options:
-  * -c, --concurrency <concurrency>
+  * -c, --concurrency <concurrency> 
                                     Number of child processes processing the  
                                     Number of child processes processing the  
                                     queue.  The default is the number of CPUs  
                                     queue.  The default is the number of CPUs  
                                     available on your system.  
                                     available on your system.