I'm tying to run a consul agent in AWS ECS (docker) and get:
==> Multiple private IPv4 addresses found. Please configure one
I'm providing both -advertise=10.127.20.47 and -bind=10.127.20.47
Any ideas?
CONSUL_CLIENT_INTERFACE and/or CONSUL_BIND_INTERFACE environment variables to the name of the interface you'd like Consul to use and a -client=<interface ip> and/or -bind=<interface ip>argument will be computed and passed to Consul at startup.""