a little bit more ram
This commit is contained in:
parent
ac46cfaff0
commit
b0a9545e14
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN echo "pidfile /run/redis/redis.pid" >> /etc/redis.conf
|
|||
RUN echo "daemonize yes" >> /etc/redis.conf
|
||||
RUN echo "protected-mode no" >> /etc/redis.conf
|
||||
RUN echo "maxmemory-policy allkeys-lfu" >> /etc/redis.conf
|
||||
RUN echo "maxmemory 50mb" >> /etc/redis.conf
|
||||
RUN echo "maxmemory 100mb" >> /etc/redis.conf
|
||||
|
||||
EXPOSE 6379
|
||||
VOLUME "/var/lib/redis"
|
||||
|
|
Loading…
Reference in a new issue