We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c42e03 commit 1326710Copy full SHA for 1326710
tasks.py
@@ -20,7 +20,7 @@ def devenv(c):
20
def devenv_cluster(c):
21
"""Brings up the test environment for OSS cluster redis, by wrapping docker compose."""
22
clean(c)
23
- cmd = "docker compose --profile cluster --profile ssl up -d --build"
+ cmd = "docker compose --profile cluster --profile standalone up -d --build"
24
run(cmd)
25
26
0 commit comments