remove ipv6
This commit is contained in:
parent
bb9bf8e65c
commit
0ddc875447
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class prometheus (
|
||||||
"${container_port}:9090",
|
"${container_port}:9090",
|
||||||
],
|
],
|
||||||
network => 'host',
|
network => 'host',
|
||||||
sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
#sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
||||||
volume => [
|
volume => [
|
||||||
"${container_volume_name}:/prometheus",
|
"${container_volume_name}:/prometheus",
|
||||||
],
|
],
|
||||||
|
@ -41,7 +41,7 @@ class prometheus (
|
||||||
publish => [
|
publish => [
|
||||||
"${container_port}:9090",
|
"${container_port}:9090",
|
||||||
],
|
],
|
||||||
sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
#sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
||||||
network => 'host',
|
network => 'host',
|
||||||
volume => [
|
volume => [
|
||||||
"${container_data_folder}:/prometheus",
|
"${container_data_folder}:/prometheus",
|
||||||
|
|
Loading…
Reference in a new issue