File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ such as
35
35
### Start Milvus
36
36
37
37
``` bash
38
+ docker network create milvus_inf
38
39
milvus_control -s -c start_milvus_full
39
40
jmilvusll
40
41
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
etcd :
5
- image : quay.io/coreos/etcd:v3.5.5
5
+ image : quay.io/coreos/etcd:v3.5.18
6
6
restart : always
7
7
environment :
8
8
- ETCD_AUTO_COMPACTION_MODE=revision
@@ -18,7 +18,7 @@ services:
18
18
- " 4001:4001"
19
19
20
20
minio :
21
- image : minio/minio:RELEASE.2022-03-17T06-34-49Z
21
+ image : minio/minio:RELEASE.2024-05-28T17-19-04Z
22
22
restart : always
23
23
ports :
24
24
- " 9000:9000"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
etcd :
5
- image : quay.io/coreos/etcd:v3.5.5
5
+ image : quay.io/coreos/etcd:v3.5.18
6
6
restart : always
7
7
environment :
8
8
- ETCD_AUTO_COMPACTION_MODE=revision
@@ -18,7 +18,7 @@ services:
18
18
- " 4001:4001"
19
19
20
20
minio :
21
- image : minio/minio:RELEASE.2022-03-17T06-34-49Z
21
+ image : minio/minio:RELEASE.2024-05-28T17-19-04Z
22
22
restart : always
23
23
ports :
24
24
- " 9000:9000"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
2
2
3
3
services :
4
4
etcd :
5
- image : quay.io/coreos/etcd:v3.5.5
5
+ image : quay.io/coreos/etcd:v3.5.18
6
6
restart : always
7
7
environment :
8
8
- ETCD_AUTO_COMPACTION_MODE=revision
@@ -18,7 +18,7 @@ services:
18
18
- " 4001:4001"
19
19
20
20
minio :
21
- image : minio/minio:RELEASE.2022-03-17T06-34-49Z
21
+ image : minio/minio:RELEASE.2024-05-28T17-19-04Z
22
22
restart : always
23
23
ports :
24
24
- " 9000:9000"
You can’t perform that action at this time.
0 commit comments