Added port 5000 to firewall rules to allow remote connection to the island

This commit is contained in:
VakarisZ 2019-01-23 17:13:00 +02:00
parent 321bbc1f9f
commit 282c3a7e5c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ resource "google_compute_firewall" "islands-in" {
allow {
protocol = "tcp"
ports = ["22", "443", "3389"]
ports = ["22", "443", "3389", "5000"]
}
direction = "INGRESS"