enable ipv6
This commit is contained in:
parent
f28fdf6a89
commit
c6a8f70897
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class grafana (
|
|||
publish => [
|
||||
"${container_port}:3000",
|
||||
],
|
||||
sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
||||
#sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
||||
volume => [
|
||||
"${container_volume_name}:/var/lib/grafana",
|
||||
],
|
||||
|
@ -59,7 +59,7 @@ class grafana (
|
|||
publish => [
|
||||
"${container_port}:3000",
|
||||
],
|
||||
sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
||||
#sysctl => 'net.ipv6.conf.all.disable_ipv6=1',
|
||||
volume => [
|
||||
"${container_data_folder}:/var/lib/grafana",
|
||||
"${container_config_folder}:/etc/grafana",
|
||||
|
|
Loading…
Reference in a new issue