mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2026-03-06 22:31:25 +08:00
update
This commit is contained in:
@@ -2,12 +2,10 @@ FROM redis:7.0.2
|
||||
|
||||
LABEL 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
|
||||
|
||||
VOLUME /data
|
||||
|
||||
EXPOSE 6379
|
||||
|
||||
CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||
CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
||||
@@ -504,7 +504,7 @@ replica-priority 100
|
||||
# 150k passwords per second against a good box. This means that you should
|
||||
# use a very strong password otherwise it will be very easy to break.
|
||||
#
|
||||
# requirepass foobared
|
||||
requirepass playeduxyz
|
||||
|
||||
# Command renaming.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user