Merge pull request #163 from werewolfboy13/update-redis-link

Update Redis documentation link in Docker Compose file
This commit is contained in:
Nicco 2025-01-15 16:11:47 +01:00 committed by GitHub
commit b22c3122d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: