Set default network to Blue

This commit is contained in:
2025-08-12 11:49:07 +00:00
parent c0da39f289
commit e06d92444c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module "system_globals" {
module "homelab_docker_network" {
source = "${local.module_dir}/01-networking/network-service"
name = "default"
name = "blue"
driver = "bridge"
attachable = true
subnet = "10.88.0.0/16"