We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa7e93 commit b45c1a7Copy full SHA for b45c1a7
1 file changed
src/services/host/Codebreaker.AppHost/Program.cs
@@ -6,7 +6,7 @@
6
string botDelay = builder.Configuration.GetSection("Bot")["Delay"] ?? "1000";
7
8
var redis = builder.AddRedis("redis")
9
- .WithRedisCommander()
+ .WithRedisInsight()
10
.PublishAsContainer();
11
12
if (startupMode == "OnPremises")
0 commit comments