mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-01-22 07:06:28 +00:00
Merge pull request #163 from werewolfboy13/update-redis-link
Update Redis documentation link in Docker Compose file
This commit is contained in:
commit
b22c3122d7
@ -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