mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Disable semi-wan hass again
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
dfd63ff1f1
commit
3cdcf52b72
|
@ -37,17 +37,17 @@ job "ingress" {
|
|||
network {
|
||||
mode = "bridge"
|
||||
|
||||
port "http-jellyfin" {
|
||||
static = 8096
|
||||
to = 8096
|
||||
host_network = "wan"
|
||||
}
|
||||
# port "http-jellyfin" {
|
||||
# static = 8096
|
||||
# to = 8096
|
||||
# host_network = "wan"
|
||||
# }
|
||||
|
||||
port "http-hass" {
|
||||
static = 8086
|
||||
to = 8086
|
||||
host_network = "wan"
|
||||
}
|
||||
# port "http-hass" {
|
||||
# static = 8086
|
||||
# to = 8086
|
||||
# host_network = "wan"
|
||||
# }
|
||||
|
||||
port "http" {
|
||||
static = 80
|
||||
|
|
Loading…
Reference in a new issue