How to access externally to consul UI
Add { “client_addr”: “0.0.0.0” } to your configuration or add the option -client 0.0.0.0 to the command line of consul to make your Web UI accessible from the outside (see the docs for more information). Please note that this will also make your Consul REST API accessible from the outside. Depending on your environment you … Read more