This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-redis
mirror of
https://github.com/supercharge/redis-github-action.git
Watch
1
Star
0
Fork
You've already forked setup-redis
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
164361ed5d
setup-redis
/
start-redis.sh
4 lines
84 B
Bash
Raw
Blame
History
#!/bin/sh
sh -c
"
docker run --name redis --publish 6379:6379 --detach redis:
$1
"
Reference in New Issue
View Git Blame
Copy Permalink