Skip to content

Instantly share code, notes, and snippets.

@m7shapan
Created April 10, 2021 22:25
Show Gist options
  • Save m7shapan/a17c6738719e05defc484768f6c55596 to your computer and use it in GitHub Desktop.
Save m7shapan/a17c6738719e05defc484768f6c55596 to your computer and use it in GitHub Desktop.
Redis Dockerfile
FROM redis
COPY ./redis.conf /usr/local/etc/redis/redis.conf
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment