mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Change host_network for ingress blowhole to default
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
ca2f480255
commit
880c3c6f2e
|
@ -25,19 +25,16 @@ job "ingress" {
|
|||
network {
|
||||
mode = "bridge"
|
||||
port "http" {
|
||||
host_network = "mesh"
|
||||
static = 80
|
||||
to = 80
|
||||
}
|
||||
|
||||
port "https" {
|
||||
host_network = "mesh"
|
||||
static = 443
|
||||
to = 443
|
||||
}
|
||||
|
||||
port "imap" {
|
||||
host_network = "mesh"
|
||||
static = 143
|
||||
to = 143
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue