mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments about how to expose milvus in dev container (#8807)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>pull/8810/head
parent
2417a5da69
commit
5a2d7c0b8a
|
@ -18,6 +18,9 @@ services:
|
|||
- ${IMAGE_REPO}/milvus-env:${IMAGE_ARCH}-${OS_NAME}-${LATEST_DATE_VERSION}
|
||||
# user: {{ CURRENT_ID }}
|
||||
shm_size: 2G
|
||||
# expose 19530 port so we can directly access milvus inside build container
|
||||
# ports:
|
||||
# - "19530:19530"
|
||||
environment:
|
||||
<<: *ccache
|
||||
PULSAR_ADDRESS: ${PULSAR_ADDRESS}
|
||||
|
|
Loading…
Reference in New Issue