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 3525ed7 commit e44aa99Copy full SHA for e44aa99
1 file changed
docker-compose.yml
@@ -88,7 +88,7 @@ services:
88
retries: 120
89
90
redis:
91
- image: redis:7-alpine@sha256:8b81dd37ff027bec4e516d41acfbe9fe2460070dc6d4a4570a2ac5b9d59df065
+ image: redis:7-alpine@sha256:7aec734b2bb298a1d769fd8729f13b8514a41bf90fcdd1f38ec52267fbaa8ee6
92
volumes:
93
- ./dev/redis/start.sh:/usr/local/bin/start.sh
94
command: /usr/local/bin/start.sh
@@ -230,7 +230,7 @@ services:
230
redis-testing:
231
networks:
232
- test_network
233
234
235
236
0 commit comments