Prometheus can not access from another node in Docker Swarm

Hey guys, I am deploying Prometheus on Docker swarm with a compose file, when a service is deployed to Docker swarm with multiple nodes, no matter which node is accessed, the service can be accessed, but I tried to access Prometheus service with port 9090 and it failed, but it can be accessed when I type the correct IP address of the node holding the service. This did not happen before, and I also tried again with a small test with NGINX, everything was fine until using Prometheus, is that the default configuration?

I just boot another server and it worked! :slight_smile: