Temp fix since networks aren't editable

This commit is contained in:
Nemo 2018-08-21 08:22:12 +05:30
parent e8dcd00e87
commit ef26f51613
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
resource "docker_network" "mongorocks" {
name = "mongorocks"
driver = "bridge"
internal = true
internal = false
ipam_config {
subnet = "172.20.0.0/29"