Hide blocky API from non-traefik route

This commit is contained in:
IamTheFij 2022-07-27 11:21:11 -07:00
parent fe11b03a43
commit fb934f3b2f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ job "blocky" {
}
port "api" {
host_network = "loopback"
to = "4000"
}
}