-
-
Save ipepe/ac70d7d0d046ae972ae29771eb5a99d4 to your computer and use it in GitHub Desktop.
commandline to start redis for developers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
docker run -p 6379:6379 --restart=unless-stopped -d --name redis redis:alpine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment