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.
2 parents cbe35f1 + 400cfbd commit 18f44d6Copy full SHA for 18f44d6
1 file changed
openvidu/docker-compose-setup/docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
redis:
3
- image: redis/redis-stack:7.4.0-v7
+ image: redis/redis-stack:7.4.0-v8
4
container_name: redis
5
ports:
6
- 6379:6379
@@ -39,7 +39,7 @@ services:
39
condition: service_started
40
41
minio:
42
- image: docker.io/openvidu/minio:RELEASE.2026-03-04T16-04-53Z-r0
+ image: docker.io/openvidu/minio:RELEASE.2026-05-04T00-27-21Z-r0
43
container_name: minio
44
45
- 9000:9000
@@ -51,7 +51,7 @@ services:
51
- minio_browser=on
52
53
mongo:
54
- image: docker.io/openvidu/mongodb:8.0.19-r2
+ image: docker.io/openvidu/mongodb:8.0.21-r0
55
container_name: mongo
56
57
- 27017:27017
0 commit comments