nebula/mastodon/network.tf

5 lines
100 B
HCL

resource "docker_network" "mastodon" {
name = "mastodon"
driver = "bridge"
internal = true
}