add subnet

This commit is contained in:
Antonio J. Delgado 2023-02-10 20:40:31 +02:00
parent a4dd48aa6c
commit 1b052940f3

View file

@ -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:}