Added note to add ", chain=DOCKER-USER" to the fail2ban jail action if using docker networks
By default, the jail action chain is "INPUT", but "FORWARD" is used when using docker networks. "DOCKER-USER", available when using docker, is part of the "FORWARD" chain. Hence the note to use "DOCKER-USER".