From 8b317cafd1b94e0fcd1367323d78a3743e3e9df2 Mon Sep 17 00:00:00 2001 From: Gusti Triandi Winata Date: Thu, 16 Nov 2023 04:15:23 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Fix=20flower=20Docker=20image,?= =?UTF-8?q?=20pin=20version=20(#396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kyler <39353605+fisher60@users.noreply.github.com> Co-authored-by: Sebastián Ramírez --- src/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker-compose.yml b/src/docker-compose.yml index fcc48f5..15b9282 100644 --- a/src/docker-compose.yml +++ b/src/docker-compose.yml @@ -112,7 +112,7 @@ services: # You also have to change the flower command flower: - image: mher/flower + image: mher/flower:0.9.7 networks: - ${TRAEFIK_PUBLIC_NETWORK?Variable not set} - default