1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-28 20:05:39 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lychee
nextcloud
11.0
11.0-armhf
daily
daily-armhf
s6.d
Dockerfile
apcu.ini
nginx.conf
occ
opcache.ini
php-fpm.conf
redis.conf
run.sh
setup.sh
README.md
piwik
privatebin
rtorrent-flood
searx
subsonic
tor
unmaintained
LICENSE
dockerfiles/nextcloud/daily-armhf/redis.conf

15 lines
252 B
Plaintext
Raw Normal View History

bind 127.0.0.1
protected-mode yes
port 0
unixsocket /tmp/redis.sock
unixsocketperm 700
daemonize no
pidfile /tmp/redis.pid
logfile /tmp/redis.log
save 900 1
save 300 10
save 60 10000
dbfilename dump.rdb
dir /var/lib/redis/
maxmemory <REDIS_MAX_MEMORY>