Get bind address from config
This commit is contained in:
parent
a8198d942d
commit
eccbdb91b1
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ script
|
||||||
exec start-stop-daemon --start -c consul \
|
exec start-stop-daemon --start -c consul \
|
||||||
--exec /usr/local/bin/consul agent -- \
|
--exec /usr/local/bin/consul agent -- \
|
||||||
-config-dir="/etc/consul.d" \
|
-config-dir="/etc/consul.d" \
|
||||||
-bind=$BIND \
|
|
||||||
${CONSUL_FLAGS} \
|
${CONSUL_FLAGS} \
|
||||||
>> /var/log/consul.log 2>&1
|
>> /var/log/consul.log 2>&1
|
||||||
end script
|
end script
|
||||||
|
|
Loading…
Reference in a new issue