Skip to content

Commit 9952eaa

Browse files
committed
모든 인터페이스에 관리 포트를 바인딩
관리 포트 주소를 0.0.0.0으로 변경하여 모든 인터페이스에서 접근할 수 있도록 합니다. 이는 애플리케이션을 원격으로 모니터링하고 관리하는 데 유용
1 parent 924955b commit 9952eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ google:
121121
management:
122122
server:
123123
port: 9091
124-
address: 127.0.0.1
124+
address: 0.0.0.0
125125
endpoints:
126126
web:
127127
exposure:

0 commit comments

Comments
 (0)