scripts/docker-run-redis.sh

5 lines
No EOL
63 B
Bash

#!/bin/bash
docker run -d \
-p 6379:6379 \
redis:8.0.1