Add docker-run-redis.sh
This commit is contained in:
parent
31b6038959
commit
75ec7aa189
1 changed files with 5 additions and 0 deletions
5
docker-run-redis.sh
Normal file
5
docker-run-redis.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run -d \
|
||||||
|
-p 6379:6379 \
|
||||||
|
redis:8.0.1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue