Temporarily disable binding to tailscale host_network.
This commit is contained in:
@@ -4,7 +4,7 @@ job "grafana" {
|
||||
group "monitoring" {
|
||||
network {
|
||||
port "http" {
|
||||
host_network = "tailscale"
|
||||
#host_network = "tailscale"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ job "pi.paler.net" {
|
||||
group "apps" {
|
||||
network {
|
||||
port "http" {
|
||||
host_network = "tailscale"
|
||||
#host_network = "tailscale"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ job "traefik" {
|
||||
static = "443"
|
||||
}
|
||||
port "admin" {
|
||||
host_network = "tailscale"
|
||||
#host_network = "tailscale"
|
||||
static = "9002"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user