Skip to content

Instantly share code, notes, and snippets.

@railsstudent
Created August 1, 2020 08:17
Show Gist options
  • Save railsstudent/753f6a7efd528b37cf1f9994fa5a20f0 to your computer and use it in GitHub Desktop.
Save railsstudent/753f6a7efd528b37cf1f9994fa5a20f0 to your computer and use it in GitHub Desktop.
download redis image from docker and run at port 6379
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