fix subnet
This commit is contained in:
parent
1b052940f3
commit
1d608cab4c
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class grafana (
|
|||
podman::network {'grafana':
|
||||
driver => 'bridge',
|
||||
internal => true,
|
||||
ip_range => '10.1.1.1/8',
|
||||
subnet => '10.1.1.1/8',
|
||||
ip_range => '10.1.1.0/8',
|
||||
subnet => '10.1.1.0/8',
|
||||
}
|
||||
if (!$container_mount_data_folder) {
|
||||
podman::volume{$container_volume_name:}
|
||||
|
|
Loading…
Reference in a new issue