From 36996a0acedfab9c7c8aed364098c6bc1d3ab3f8 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 26 Dec 2022 12:44:03 +0530 Subject: [PATCH] Increase network size for pg to add mastodon containers --- db/network.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/network.tf b/db/network.tf index 6593e41..fe84fce 100644 --- a/db/network.tf +++ b/db/network.tf @@ -4,8 +4,7 @@ resource "docker_network" "postgres" { internal = true ipam_config { - subnet = "172.20.0.8/29" + subnet = "172.20.0.8/27" gateway = "172.20.0.9" } } -