Add development friendlier config for redis

This commit is contained in:
2016-06-06 22:15:37 +01:00
parent b4b452b799
commit 539161766e
3 changed files with 1026 additions and 1 deletions

3
redis/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM redis
COPY redis.conf /usr/local/etc/redis/redis.conf
CMD redis-server /usr/local/etc/redis/redis.conf