aboutsummaryrefslogtreecommitdiffstats
path: root/docker/redis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/redis.sh')
-rwxr-xr-xdocker/redis.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/redis.sh b/docker/redis.sh
new file mode 100755
index 0000000..a38c1eb
--- /dev/null
+++ b/docker/redis.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+docker run -d -e ALLOW_EMPTY_PASSWORD=yes -p 6379:6379 -it redis:6.2-alpine # pragma: allowlist secret