diff --git a/consul/files/consul.upstart b/consul/files/consul.upstart index 4140947..a7a87f5 100644 --- a/consul/files/consul.upstart +++ b/consul/files/consul.upstart @@ -19,7 +19,6 @@ script exec start-stop-daemon --start -c consul \ --exec /usr/local/bin/consul agent -- \ -config-dir="/etc/consul.d" \ - -bind=$BIND \ ${CONSUL_FLAGS} \ >> /var/log/consul.log 2>&1 end script