1
0
Fork 0

watchtower: FW rules

This commit is contained in:
Daniel Kempkens 2023-03-13 10:41:35 +01:00
parent 20687306fb
commit c84e190f19
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -40,4 +40,6 @@
backend = "docker";
};
};
networking.firewall.interfaces."docker0".allowedTCPPorts = [ 443 ];
}