Created
August 1, 2020 08:17
-
-
Save railsstudent/753f6a7efd528b37cf1f9994fa5a20f0 to your computer and use it in GitHub Desktop.
download redis image from docker and run at port 6379
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
version: "3.7" | |
services: | |
redis: | |
image: redis:alpine | |
restart: always | |
ports: | |
- 6379:6379 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment