Skip to content

Instantly share code, notes, and snippets.

@mborodov
Created October 1, 2018 11:34
Show Gist options
  • Save mborodov/dd14df96b06788a399183ab9f080e0f1 to your computer and use it in GitHub Desktop.
Save mborodov/dd14df96b06788a399183ab9f080e0f1 to your computer and use it in GitHub Desktop.
Redis docker compose file
version: '3.5'
services:
redis:
image: redis:alpine
container_name: redis
volumes:
- './data:/data'
ports:
- '6379:6379'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment