Skip to content

Commit 3d2e093

Browse files
committed
Pin mher/flower Docker image to fix startup error
fastapi#398 fastapi#399 Error: ```text ERROR: for flower Cannot start service flower: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "celery --broker=amqp://guest@queue:5672//": stat celery --broker=amqp://guest@queue:5672//: no such file or directory: unknown ```
1 parent 16130f0 commit 3d2e093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: {{cookiecutter.project_slug}}/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ services:
111111
# You also have to change the flower command
112112

113113
flower:
114-
image: mher/flower
114+
image: mher/flower:0.9.7
115115
networks:
116116
- ${TRAEFIK_PUBLIC_NETWORK?Variable not set}
117117
- default

0 commit comments

Comments
 (0)