Skip to content

Instantly share code, notes, and snippets.

@amirilovic
Created September 7, 2019 23:37
Show Gist options
  • Save amirilovic/d369c848031f7a093e110eb4ff97d273 to your computer and use it in GitHub Desktop.
Save amirilovic/d369c848031f7a093e110eb4ff97d273 to your computer and use it in GitHub Desktop.
redis docker compose
version: "3"
services:
redis:
image: redis
ports:
- "6379:6379"
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment