Browse Source

Fix fail2ban inside DockerEntrypoint.sh

Hamidreza 1 năm trước cách đây
mục cha
commit
e63d2644bd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      DockerEntrypoint.sh

+ 1 - 1
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