Remove mirror ports 4444 and 8081 from the firewall

The docker v1 protocol proxy listened on these ports and was removed
by 9b6398394d5d5d9e9e9aff244ccac2f98a4317d1 as everything uses v2 now.
The firewall holes were left open though. Clean that up.

Change-Id: Ie00acd5bfb657153b9bc49222ae5d9778ad36e70
This commit is contained in:
Clark Boylan 2022-02-17 08:31:58 -08:00
parent 7dfa0f5fa8
commit 5b5be7cd02

View File

@ -2,12 +2,10 @@ iptables_extra_public_tcp_ports:
- 80
- 443
- 4443
- 4444
- 4445
- 4446
- 4447
- 8080
- 8081
- 8082
- 8083
- 8084