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 8a5f185 commit cd6bb33Copy full SHA for cd6bb33
services/redis/docker-compose.yml
@@ -1,7 +1,7 @@
1
version: "3"
2
services:
3
redis:
4
- image: redis:7.4.2-alpine
+ image: redis:8.2.1-alpine
5
container_name: redis
6
restart: unless-stopped
7
command: redis-server --loglevel warning --requirepass redis_password
0 commit comments