Enable iptables

This commit is contained in:
Bernhard Rosenkränzer 2025-02-21 06:02:35 +01:00
parent 7ccff7bdb1
commit f3d4ce192e

View File

@ -1479,6 +1479,7 @@ EOF
# Put in log rotation fix for docker container logs # Put in log rotation fix for docker container logs
cat > /etc/docker/daemon.json <<EOF cat > /etc/docker/daemon.json <<EOF
{ {
"iptables": true,
"max-concurrent-downloads": 3, "max-concurrent-downloads": 3,
"max-download-attempts": 50, "max-download-attempts": 50,
"log-driver": "json-file", "log-driver": "json-file",