Fixed nomad bind address to use tailscale IP instead of 0.0.0.0
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"datacenter": "samfelag",
|
"datacenter": "samfelag",
|
||||||
|
|
||||||
|
"bind_addr": "{{ GetInterfaceIP \"tailscale0\" }}",
|
||||||
|
|
||||||
"advertise": {
|
"advertise": {
|
||||||
"http": "{{ GetInterfaceIP \"tailscale0\" }}",
|
"http": "{{ GetInterfaceIP \"tailscale0\" }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user