Merge pull request #888 from tristanbailey/patch-1
Update Redis Docker File
This commit is contained in:
commit
b2ad5f16e8
|
@ -2,10 +2,13 @@ FROM redis:latest
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
## For security settings uncomment, make the dir, copy conf, and also start with the conf, to use it
|
||||||
|
#RUN mkdir -p /usr/local/etc/redis
|
||||||
#COPY redis.conf /usr/local/etc/redis/redis.conf
|
#COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||||
|
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
||||||
EXPOSE 6379
|
EXPOSE 6379
|
||||||
|
|
||||||
|
#CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||||
CMD ["redis-server"]
|
CMD ["redis-server"]
|
||||||
|
|
Loading…
Reference in New Issue