When exposing a port only to a particular IP address with `-p 127.0.0.1:3005:3000` after a csf restart previously this would expose port 3005 to the world. With this change, ports that aren't exposed to 0.0.0.0 are limited.
Make sure to use the scripts from https://github.com/juliengk/csf-pre_post_sh
Installation is quite straightforward:
# cd /usr/local/src # git clone https://github.com/juliengk/csf-post-docker.git # cd csf-post-docker # sh install.sh
If you have any problems with or questions about this image, please contact us through a GitHub issue.