mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-05 17:00:39 +00:00
update docs about ram only redis
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
services:
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
# This is required to stay in RAM only.
|
||||
command: redis-server --save "" --appendonly no
|
||||
# Additionally, you can set a size limit. See link below on how to customise.
|
||||
# https://redis.io/docs/manual/eviction/
|
||||
# --maxmemory 1gb --maxmemory-policy allkeys-lrulpine
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
||||
|
Reference in New Issue
Block a user