Skip to content

Instantly share code, notes, and snippets.

@ashutoshkarna03
Last active January 6, 2020 17:49
Show Gist options
  • Save ashutoshkarna03/3b448338eaf86e3ac45e1f940a79d46a to your computer and use it in GitHub Desktop.
Save ashutoshkarna03/3b448338eaf86e3ac45e1f940a79d46a to your computer and use it in GitHub Desktop.
version: '3'
services:
redis:
image: redis:latest
ports:
- 6379:6379
volumes:
- ./config/redis.conf:/redis.conf
command: [ "redis-server", "/redis.conf" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment