1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update redis

This commit is contained in:
kev 2017-05-10 17:14:07 +08:00
parent b9072c0680
commit 3d8cd3c79e

@ -13,4 +13,4 @@ VOLUME /data
EXPOSE 6379
ENTRYPOINT ["redis-server"]
CMD ["--protected-mode", "no"]
CMD ["--protected-mode", "no", "--save", "900 1 300 10"]