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