Fixed nomad bind address to use tailscale IP instead of 0.0.0.0

This commit is contained in:
marc
2024-05-27 23:54:52 +02:00
parent 8833cb4f7a
commit 6ca66905b1

View File

@@ -1,5 +1,7 @@
{ {
"datacenter": "samfelag", "datacenter": "samfelag",
"bind_addr": "{{ GetInterfaceIP \"tailscale0\" }}",
"advertise": { "advertise": {
"http": "{{ GetInterfaceIP \"tailscale0\" }}", "http": "{{ GetInterfaceIP \"tailscale0\" }}",