We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e62a8e commit b512b11Copy full SHA for b512b11
{{cookiecutter.project_slug}}/docker-compose.yml
@@ -34,7 +34,7 @@ services:
34
35
flower:
36
image: mher/flower
37
- command: flower --broker=redis://redis:6379/0 --port=5555
+ command: celery flower --broker=redis://redis:6379/0 --port=5555
38
ports:
39
- 5555:5555
40
depends_on:
0 commit comments