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 b9c4215 commit bd213efCopy full SHA for bd213ef
docker-compose.yaml
@@ -69,7 +69,7 @@ services:
69
test: python -c 'import http.client; conn = http.client.HTTPConnection("localhost", 8000); conn.request("GET", "/"); res = conn.getresponse(); assert len(res.read()) > 0'
70
71
redis:
72
- image: docker.io/library/redis:7.2.11-alpine
+ image: docker.io/library/redis:7.2.12-alpine
73
command: redis-server /etc/redis/redis.conf
74
configs:
75
- source: redis-config
0 commit comments