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 9f819aa + 590f90c commit e43ffb0Copy full SHA for e43ffb0
1 file changed
openvidu/docker-compose-setup/docker-compose.yml
@@ -39,7 +39,7 @@ services:
39
condition: service_started
40
41
minio:
42
- image: docker.io/openvidu/minio:RELEASE.2026-03-04T16-04-53Z
+ image: docker.io/openvidu/minio:RELEASE.2026-03-04T16-04-53Z-r0
43
container_name: minio
44
ports:
45
- 9000:9000
@@ -51,7 +51,7 @@ services:
51
- minio_browser=on
52
53
mongo:
54
- image: docker.io/openvidu/mongodb:8.0.19-r1
+ image: docker.io/openvidu/mongodb:8.0.19-r2
55
container_name: mongo
56
57
- 27017:27017
0 commit comments