Docker really insists on adding itself to the top of the FORWARD chain. Making our firewall side-steps this docker design.
13 lines
228 B
Desktop File
13 lines
228 B
Desktop File
[Unit]
|
|
Description=Cloudron Firewall
|
|
After=docker.service
|
|
PartOf=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart="/home/yellowtent/box/setup/start/cloudron-firewall.sh"
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|