This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new f661165280 ci: fix dragonflydb docker-compose healthcheck broken 
(#4431)
f661165280 is described below

commit f661165280b2d3b942e07415c550132a17172f9f
Author: Jun Ouyang <[email protected]>
AuthorDate: Sun Apr 7 00:47:27 2024 +0800

    ci: fix dragonflydb docker-compose healthcheck broken (#4431)
---
 fixtures/redis/docker-compose-dragonfly.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fixtures/redis/docker-compose-dragonfly.yml 
b/fixtures/redis/docker-compose-dragonfly.yml
index 3eb22e34ce..edf210b7c5 100644
--- a/fixtures/redis/docker-compose-dragonfly.yml
+++ b/fixtures/redis/docker-compose-dragonfly.yml
@@ -20,5 +20,7 @@ version: '3.8'
 services:
   redis:
     image: docker.dragonflydb.io/dragonflydb/dragonfly
+    environment:
+      HEALTHCHECK_PORT: 6379
     ports:
       - '6379:6379'

Reply via email to