Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Jan 23, 2018
1 parent b1d11ad commit e13b824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ iptables -t nat -I PREROUTING -p tcp --match multiport --dports "${PORTS:-'0:655
iptables -t nat -I POSTROUTING -j MASQUERADE

# run forever
while sleep 3600; do :; done
tail -f /dev/null

0 comments on commit e13b824

Please sign in to comment.