diff --git a/example/bookstack.nomad.hcl b/example/bookstack.nomad.hcl index 2db160b..a1f15ee 100644 --- a/example/bookstack.nomad.hcl +++ b/example/bookstack.nomad.hcl @@ -28,13 +28,15 @@ job "bookstack" { proxy { upstreams { destination_name = "mariadb" - destination_type = "service" local_bind_port = 3306 + # Work arround, see https://github.com/hashicorp/nomad/issues/18538 + destination_type = "service" } upstreams { destination_name = "smtp" - destination_type = "service" local_bind_port = 25 + # Work arround, see https://github.com/hashicorp/nomad/issues/18538 + destination_type = "service" } } }