We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19813e4 commit 170b63aCopy full SHA for 170b63a
1 file changed
redis/Dockerfile
@@ -4,6 +4,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
4
5
#COPY redis.conf /usr/local/etc/redis/redis.conf
6
7
+VOLUME /var/lib/redis
8
+
9
CMD [ "redis-server" ]
10
11
EXPOSE 6379
0 commit comments