Change default bind address to loopback
This commit is contained in:
parent
f5da89c55e
commit
30bb579811
@ -129,8 +129,14 @@
|
|||||||
# Bind nomad
|
# Bind nomad
|
||||||
nomad_bind_address: 0.0.0.0
|
nomad_bind_address: 0.0.0.0
|
||||||
|
|
||||||
|
# Default interface for binding tasks
|
||||||
|
nomad_network_interface: lo
|
||||||
|
|
||||||
# Create networks for binding task ports
|
# Create networks for binding task ports
|
||||||
nomad_host_networks:
|
nomad_host_networks:
|
||||||
|
- name: public
|
||||||
|
interface: eth0
|
||||||
|
reserved_ports: "22"
|
||||||
- name: nomad-bridge
|
- name: nomad-bridge
|
||||||
interface: nomad
|
interface: nomad
|
||||||
reserved_ports: "22"
|
reserved_ports: "22"
|
||||||
|
Loading…
Reference in New Issue
Block a user