File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
4646 condition : service_completed_successfully
4747
4848 minio :
49- image : docker.io/bitnami /minio:2025.5.24-debian-12-r1
49+ image : docker.io/openvidu /minio:2025.5.24-debian-12-r1
5050 platform : linux/amd64
5151 container_name : minio
5252 restart : unless-stopped
@@ -66,7 +66,7 @@ services:
6666 condition : service_completed_successfully
6767
6868 mongo :
69- image : docker.io/bitnami /mongodb:8.0.9
69+ image : docker.io/openvidu /mongodb:8.0.9
7070 platform : linux/amd64
7171 container_name : mongo
7272 restart : unless-stopped
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
4747 condition : service_completed_successfully
4848
4949 minio :
50- image : docker.io/bitnami /minio:2025.5.24-debian-12-r1
50+ image : docker.io/openvidu /minio:2025.5.24-debian-12-r1
5151 platform : linux/amd64
5252 restart : unless-stopped
5353 ports :
@@ -66,7 +66,7 @@ services:
6666 condition : service_completed_successfully
6767
6868 mongo :
69- image : docker.io/bitnami /mongodb:8.0.9
69+ image : docker.io/openvidu /mongodb:8.0.9
7070 platform : linux/amd64
7171 container_name : mongo
7272 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments