Browse Source

modify README

tomoya 11 months ago
parent
commit
a3e5aa73a0
1 changed files with 8 additions and 1 deletions
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -4,6 +4,13 @@ This includes
 * Redis
 * 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 Documentation](https://docs.celeryq.dev/en/stable/index.html)
@@ -29,7 +36,7 @@ Worker Options:
                                     Set custom prefetch multiplier value for
                                     this worker instance.
 Pool Options:
-  * -c, --concurrency <concurrency>
+  * -c, --concurrency <concurrency> 
                                     Number of child processes processing the  
                                     queue.  The default is the number of CPUs  
                                     available on your system.