docker-fail2ban
docker-fail2ban copied to clipboard
Warning message is always triggered: already exists and will be overriden
I am using docker-compose with the container and the mentioned warning message is always triggered as the symbolic link already exists: https://github.com/crazy-max/docker-fail2ban/blob/170a02310bda33c445997aa087573b5c6a9d79ec/entrypoint.sh#L83 So the check should be if the file exists and is NOT already the right target?