lot of stuff on this commit, no commited docker environement since a while
This commit is contained in:
3
Docker/redis/Dockerfile
Normal file
3
Docker/redis/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM redis:4
|
||||
COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
2
Docker/redis/redis.conf
Normal file
2
Docker/redis/redis.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
maxmemory 1gb
|
||||
maxmemory-policy allkeys-lru
|
Reference in New Issue
Block a user