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:
Marek 2025-01-09 04:08:29 -06:00
parent c2b557246b
commit 18af2b2f45

View File

@ -2,7 +2,7 @@ services:
redis: redis:
image: redis:7-alpine image: redis:7-alpine
# Set a size limit. See link below on how to customise. # 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 # command: redis-server --maxmemory 1gb --maxmemory-policy allkeys-lru
app: app: