Files
SnapOtter/docker/s6/s6-rc.d/redis/run
T

9 lines
226 B
Plaintext
Raw Normal View History

#!/command/with-contenv sh
exec s6-setuidgid snapotter redis-server \
--dir /data/redis \
--bind 127.0.0.1 \
--port 6379 \
--maxmemory-policy noeviction \
--appendonly yes \
--maxmemory "${REDIS_MAXMEMORY:-512mb}"