Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamidreza <70919649+hamid-gh98@users.noreply.github.com>2023-07-20 21:18:55 +0300
committerGitHub <noreply@github.com>2023-07-20 21:18:55 +0300
commite63d2644bda11e498dc909c7c144fdf458cf8eb1 (patch)
tree581a71ce57b0fbbc9e00e77391d247a578414261 /DockerEntrypoint.sh
parent56e4d13179781aee81a32ac6779ad5497f975bf3 (diff)
Fix fail2ban inside DockerEntrypoint.sh
Diffstat (limited to 'DockerEntrypoint.sh')
-rw-r--r--DockerEntrypoint.sh2
1 files changed, 1 insertions, 1 deletions
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