Commit 0eb3eac
authored
Update docker-compose.yml (#148)
* Update docker-compose.yml
In Celery 5.0, -A or --app should come first, as a global option. Running celery worker -A results in the following output:
"You are using `-A` as an option of the worker sub-command:
celery worker -A celeryapp <...>
The support for this usage was removed in Celery 5.0. Instead you should use `-A` as a global option:
celery -A celeryapp worker <...>"
* Update docker-compose.yml1 parent 28d7c7f commit 0eb3eac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments