Skip to content

Commit

Permalink
tests: testing nomad should listen only on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Jun 5, 2024
1 parent 05aa259 commit 4a5212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nomad.hcl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4a5212b

Please sign in to comment.