From ca318c1842293274585a8eb150ca6ccda663debe Mon Sep 17 00:00:00 2001 From: Toir Tuychiev Date: Sat, 17 Sep 2022 20:35:33 +0500 Subject: [PATCH] Fixed typo in docker-compose.yml Fixed typo in docker-compose.yml --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9dd5b8721..79a8d218f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -760,7 +760,7 @@ services: # MailCatcher - An SMTP server. Catches all system emails and displays them in a nice UI. # RequestCatcher - An HTTP server. Catches all system https calls and displays them using a simple HTTP API. Used to debug & tests webhooks and HTTP tasks # RedisCommander - A nice UI for exploring Redis data - # Resque - A nice UI for exploring Reddis pub/sub, view the different queues workloads, pending and failed tasks + # Resque - A nice UI for exploring Redis pub/sub, view the different queues workloads, pending and failed tasks # Chronograf - A nice UI for exploring InfluxDB data # Webgrind - A nice UI for exploring and debugging code-level stuff