kiola / docker /redis.conf
rabil's picture
Update Redis port to 6379 in docker/redis.conf
dc8d2f5 verified
raw
history blame
235 Bytes
# Redis configuration file example
port 6379
bind 0.0.0.0 ::1
timeout 0
loglevel notice
databases 16
protected-mode no
rdbcompression yes
dbfilename dump.rdb
dir /etc/lib/redis
maxmemory 8096mb
maxmemory-policy allkeys-lru