add ipv6 to net
This commit is contained in:
parent
d2d203a6b2
commit
5766ae2f42
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ class grafana (
|
||||||
podman::network {'grafana':
|
podman::network {'grafana':
|
||||||
driver => 'bridge',
|
driver => 'bridge',
|
||||||
internal => true,
|
internal => true,
|
||||||
|
ipv6 => true,
|
||||||
}
|
}
|
||||||
if (!$container_mount_data_folder) {
|
if (!$container_mount_data_folder) {
|
||||||
podman::volume{$container_volume_name:}
|
podman::volume{$container_volume_name:}
|
||||||
|
|
Loading…
Reference in a new issue