Skip to content

Commit b512b11

Browse files
authored
Add support for latest flower with celery 5 (#163)
From version 1.0.1, Flower uses Celery 5 and has to be invoked in the same style as celery commands do.
1 parent 0e62a8e commit b512b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434

3535
flower:
3636
image: mher/flower
37-
command: flower --broker=redis://redis:6379/0 --port=5555
37+
command: celery flower --broker=redis://redis:6379/0 --port=5555
3838
ports:
3939
- 5555:5555
4040
depends_on:

0 commit comments

Comments
 (0)