pinpoint-apm / pinpoint-docker

Official Dockerized components of the Pinpoint
http://pinpoint-apm.github.io/pinpoint/
Apache License 2.0
451 stars 227 forks source link

Fix web container port #163

Closed won983212 closed 1 year ago

won983212 commented 1 year ago

I can't access the Pinpoint-web when I set it's port to other than 8080.

Pinpoint-web container appears to be using 8080 port as default unless set aside. Reference: https://github.com/pinpoint-apm/pinpoint/blob/357d65d00618d448c33b179bcfd9d5ca3263881f/web/src/main/resources/application.yml#L8

However, the container port is set to WEB_SERVER_PORT in the docker-compose setting. So I modified this port to 8080. There is no problem when using the 8080 port, but using another port causes this problem.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.