Skip to content

Commit

Permalink
fix: issue #1224
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Feb 9, 2023
1 parent a5b012e commit 0279862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Documentation=http://docs.docker.io
[Service]
Environment="PATH=/opt/kube/bin:/bin:/sbin:/usr/bin:/usr/sbin"
ExecStart=/opt/kube/bin/dockerd
ExecStartPost=/sbin/iptables -P FORWARD ACCEPT
ExecStartPost=/sbin/iptables -I FORWARD -s 0.0.0.0/0 -j ACCEPT
ExecReload=/bin/kill -s HUP \$MAINPID
Restart=on-failure
RestartSec=5
Expand Down

0 comments on commit 0279862

Please sign in to comment.