We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c49607 commit 17b6162Copy full SHA for 17b6162
docker-compose.yml
@@ -4,8 +4,6 @@ services:
4
redis:
5
image: redis:7
6
container_name: redis
7
- ports:
8
- - "6379:6379"
9
command: ["redis-server", "--maxmemory", "256mb", "--maxmemory-policy", "allkeys-lru"]
10
restart: always
11
networks:
0 commit comments