[media] Upgrade subnet size

This commit is contained in:
Nemo 2022-12-26 12:50:54 +05:30
parent eb1c40df6e
commit 18f32691f6
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ resource "docker_network" "media" {
driver = "bridge"
ipam_config {
subnet = "172.18.0.0/16"
subnet = "172.18.0.0/24"
gateway = "172.18.0.1"
}
}