mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-01-21 22:56:29 +00:00
Update Redis documentation link in Docker Compose file
Fixes #162 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/cupcakearmy/cryptgeon/issues/162?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
parent
c2b557246b
commit
18af2b2f45
@ -2,7 +2,7 @@ services:
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
# Set a size limit. See link below on how to customise.
|
||||
# https://redis.io/docs/manual/eviction/
|
||||
# https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/
|
||||
# command: redis-server --maxmemory 1gb --maxmemory-policy allkeys-lru
|
||||
|
||||
app:
|
||||
|
Loading…
Reference in New Issue
Block a user