feat: install docker; auto change port
This commit is contained in:
@@ -45,7 +45,7 @@ resource "hcloud_firewall" "server_firewall" {
|
||||
|
||||
# Poke holes for applications, and SSH.
|
||||
dynamic "rule" {
|
||||
for_each = ["80", "443", "22"]
|
||||
for_each = ["80", "443", "22", "2222"]
|
||||
|
||||
content {
|
||||
direction = "in"
|
||||
|
||||
Reference in New Issue
Block a user