setup-redis/start-redis.sh

4 lines
73 B
Bash
Executable File

#!/bin/sh
sh -c "docker run -p 6379:6379 -d redis:$INPUT_REDIS_VERSION"