From 4a5212b260795602f7a67653ef5d628aa77ea24f Mon Sep 17 00:00:00 2001 From: Kamil Cukrowski Date: Wed, 5 Jun 2024 20:31:36 +0200 Subject: [PATCH] tests: testing nomad should listen only on localhost --- tests/nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nomad.hcl b/tests/nomad.hcl index ba0cb9a..f789e81 100644 --- a/tests/nomad.hcl +++ b/tests/nomad.hcl @@ -1,5 +1,5 @@ # Example nomad server configuration used for testing this project. -bind_addr = "0.0.0.0" +bind_addr = "127.0.0.1" disable_update_check = true server { enabled = true