feat: install docker; auto change port

This commit is contained in:
2025-09-08 23:17:43 -04:00
parent fd30ee265f
commit 65893c30f3
6 changed files with 134 additions and 32 deletions

View File

@@ -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"