add firewall for docker

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

View File

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