add firewall for docker

This commit is contained in:
2024-10-22 17:37:30 -04:00
parent bf854d315a
commit a2581fd84b
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{ ... }:
{
networking.firewall.allowedTCPPorts = [
8081
8082
8443
];
}