satori: enable docker

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-23 18:25:48 +05:30
parent 8e3a3aca2b
commit bfe8ae35b8
4 changed files with 15 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
};
firewall = {
allowedTCPPorts = [ 22 18172 6600 8001 25565 ];
allowedTCPPorts = [ 22 18172 6600 8001 7590 25565 ];
allowedUDPPorts = [ 22 17840 18172 ];
trustedInterfaces = [ "docker0" ];
};