Skip to content

Instantly share code, notes, and snippets.

@eyasuyuki
Created May 15, 2015 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyasuyuki/286b740ade9f27dc7568 to your computer and use it in GitHub Desktop.
Save eyasuyuki/286b740ade9f27dc7568 to your computer and use it in GitHub Desktop.
Redis docker-compose.yml
redis:
image: redis
ports:
- "6379:6379"
expose:
- "6379"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment