Increase network size for pg to add mastodon containers

This commit is contained in:
Nemo 2022-12-26 12:44:03 +05:30
parent 24079f41a2
commit 36996a0ace
1 changed files with 1 additions and 2 deletions

View File

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