We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e528056 commit 080a2cbCopy full SHA for 080a2cb
opencti-platform/opencti-dev/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
opencti-dev-redis:
3
container_name: opencti-dev-redis
4
- image: redis:8.4.0
+ image: redis:8.6.0
5
restart: unless-stopped
6
ports:
7
- 6379:6379
scripts/ci/docker-compose.yml
@@ -2,7 +2,7 @@ services:
redis:
container_name: redis
profiles: ["backend"]
networks:
8
- runner-docker-network
0 commit comments