configure the firewall

This commit is contained in:
2025-03-31 16:47:11 +00:00
parent 9854b42f47
commit 65073632f1

View File

@@ -50,6 +50,10 @@ class Postgres17Driver extends DatabaseDriver
return $runCommand;
}
),
new Step(
name: 'Configure firewall',
script: 'ufw allow 5432/tcp || true',
)
]);
}