Remove isolation from coder-service network

This commit is contained in:
Jeroen Vijgen
2025-08-13 18:07:32 +03:00
committed by GitHub
parent 26ca6ecee4
commit db51737af8
@@ -55,6 +55,9 @@ module "coder_network" {
name = "coder-network"
subnet = "172.16.0.16/29"
driver = "bridge"
options = {
"isolate": false
}
}