MongoDB 외부 접속 허용

조회 4,241 · 댓글 0
stdio.hstdio.h작성자2017년 8월 21일
파일 : /etc/mongod.conf

수정 :


bindIp: 127.0.0.1  # Listen to local interface only, comment to listen on all interfaces.


부분에 127.0.0.1을 0.0.0.0으로 바꾼다.

로그인 후 답글을 남길 수 있습니다.