Browse Source

init project

rubyangxg 4 years ago
parent
commit
bab662e0eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-redis-sentinel-master/sentinel/Dockerfile

+ 1 - 1
docker-redis-sentinel-master/sentinel/Dockerfile

@@ -1,4 +1,4 @@
-FROM redis:3
+FROM redis:5
 
 
 EXPOSE 26379
 EXPOSE 26379
 COPY sentinel.conf /etc/redis/sentinel.conf
 COPY sentinel.conf /etc/redis/sentinel.conf