a little bit more ram

This commit is contained in:
f 2021-02-02 20:53:02 -03:00
parent ac46cfaff0
commit b0a9545e14

View file

@ -16,7 +16,7 @@ RUN echo "pidfile /run/redis/redis.pid" >> /etc/redis.conf
RUN echo "daemonize yes" >> /etc/redis.conf RUN echo "daemonize yes" >> /etc/redis.conf
RUN echo "protected-mode no" >> /etc/redis.conf RUN echo "protected-mode no" >> /etc/redis.conf
RUN echo "maxmemory-policy allkeys-lfu" >> /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 EXPOSE 6379
VOLUME "/var/lib/redis" VOLUME "/var/lib/redis"