Hide blocky API from non-traefik route

This commit is contained in:
IamTheFij 2022-07-27 11:21:11 -07:00
parent a8e5be2162
commit f762cb55f8

View File

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