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 73f6623Copy full SHA for 73f6623
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:7.4.3-alpine
5
container_name: redis
6
restart: unless-stopped
7
command: redis-server --loglevel warning --requirepass redis_password
0 commit comments