From 4f0f9dcd0fe0189d5ae91bf708a1f202e9136c7c Mon Sep 17 00:00:00 2001 From: Hamidreza <70919649+hamid-gh98@users.noreply.github.com> Date: Thu, 20 Jul 2023 21:48:55 +0330 Subject: [PATCH] Fix fail2ban inside DockerEntrypoint.sh --- DockerEntrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerEntrypoint.sh b/DockerEntrypoint.sh index 26083c5d..9ebcd1d6 100644 --- a/DockerEntrypoint.sh +++ b/DockerEntrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh # Start fail2ban -fail2ban-client -x -f start +fail2ban-client -x start # Run x-ui exec /app/x-ui